try?
Some checks failed
Build Android / Build APK (push) Has been cancelled

This commit is contained in:
Alexander Kacheryants 2024-07-12 00:19:51 +03:00
parent d4c905451f
commit 694480cd9d
2 changed files with 7 additions and 7 deletions

View File

@ -23,12 +23,12 @@ jobs:
sdk-version: |
30
34
build-tools-version: 33.0.2
build-tools-version: 30.0.3
# - name: Install android Build Tools
# continue-on-error: true
# run: |
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.2"
- name: Install android Build Tools
continue-on-error: true
run: |
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.3"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platforms;android-30"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platforms;android-31"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;31.0.0"

View File

@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'