You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
# Docker Android SDK - Build Android Apps in Docker
12
12
13
-
> Production-ready Docker image with Android SDK 15 (API levels 33-35), Java 17, and essential build tools for Android development and CI/CD pipelines.
13
+
> Production-ready Docker image with Android SDK 16 (API levels 34-36), Java 17, and essential build tools for Android development and CI/CD pipelines.
14
14
15
15
## What's Included
16
16
@@ -20,18 +20,18 @@
20
20
- Gradle `8.12` (Groovy: `3.0.22`)
21
21
- Apache Maven `3.6.3`
22
22
- Ant `1.10.12`
23
-
- Android Build Tools `35.0.0`
23
+
- Android Build Tools `36.0.0`
24
24
25
25
## Usage
26
26
27
27
### Pull and Run
28
28
29
29
```bash
30
30
# Pull the latest release
31
-
docker pull beevelop/android:v2025.08.1
31
+
docker pull beevelop/android:v2026.03.1
32
32
33
33
# Run interactively
34
-
docker run --rm -it beevelop/android:v2025.08.1 bash
34
+
docker run --rm -it beevelop/android:v2026.03.1 bash
0 commit comments