Fixed NDK version to bypass an issue on Travis.

housekeeping/remove-warnings
Antoine POPINEAU 2020-05-30 21:44:41 +02:00
rodzic 06f8ddf931
commit d0d64bad9d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A78AC64694F84063
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ cache:
- "$HOME/.android/build-cache"
before_install:
- echo y | sdkmanager ndk-bundle
- yes | sdkmanager ndk-bundle
script:
- "./gradlew app:assembleDebug"

Wyświetl plik

@ -45,6 +45,8 @@ android {
minSdkVersion(23)
targetSdkVersion(29)
ndkVersion = "21.2.6472646"
versionCode = androidGitVersion.code()
versionName = androidGitVersion.name()
}