mirror of
https://github.com/apognu/otter
synced 2025-02-03 22:57:33 +01:00
Fixed NDK version to bypass an issue on Travis.
This commit is contained in:
parent
06f8ddf931
commit
d0d64bad9d
@ -19,7 +19,7 @@ cache:
|
||||
- "$HOME/.android/build-cache"
|
||||
|
||||
before_install:
|
||||
- echo y | sdkmanager ndk-bundle
|
||||
- yes | sdkmanager ndk-bundle
|
||||
|
||||
script:
|
||||
- "./gradlew app:assembleDebug"
|
||||
|
@ -45,6 +45,8 @@ android {
|
||||
minSdkVersion(23)
|
||||
targetSdkVersion(29)
|
||||
|
||||
ndkVersion = "21.2.6472646"
|
||||
|
||||
versionCode = androidGitVersion.code()
|
||||
versionName = androidGitVersion.name()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user