refactor: update android build dependencies for API level 34

This commit is contained in:
Rainer Killinger
2024-08-05 12:51:47 +00:00
parent f2e1a6ddd5
commit 5c260dd26b
12 changed files with 3827 additions and 2309 deletions

View File

@@ -6,8 +6,8 @@ LABEL version="2.0.0" \
maintainer="Jovan Krunić <krunic@uni-frankfurt.de>"
### Configure versions to install
ENV ANDROID_APIS="android-33" \
ANDROID_BUILD_TOOLS_VERSION="30.0.2" \
ENV ANDROID_APIS="android-34" \
ANDROID_BUILD_TOOLS_VERSION="34.0.0" \
NPM_VERSION="^10.0.0" \
IONIC_VERSION="^6.0.0" \
CORDOVA_RES_VERSION="latest" \