We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857b6e1 commit 650bf85Copy full SHA for 650bf85
2 files changed
.github/versions.env
@@ -1,3 +1,3 @@
1
-IMAGE_VERSION=1.21.11
+IMAGE_VERSION=1.21.12
2
NDK_VERSION=27.2.12479018
3
BAZELISK_VERSION=v1.26.0
android_dev/entrypoint.sh
@@ -63,6 +63,8 @@ copy_fix_dir_permissions "/home/${ACTUAL_USER}/.ssh"
63
copy_fix_dir_permissions "/home/${ACTUAL_USER}/.gnupg"
64
copy_fix_dir_permissions "/home/${ACTUAL_USER}/.gemini"
65
copy_fix_file_owner "/home/${ACTUAL_USER}/.gitconfig"
66
+# Android SDK can be updated on the fly (with newly request build-tools etc)
67
+chown -R ${ACTUAL_USER}:${ACTUAL_USER} "${ANDROID_HOME}"
68
69
# --- 3. Set User Password ---
70
# Check if the ACTUAL_PASSWORD environment variable is provided
0 commit comments