Browse Source

Fixed NDK version to bypass an issue on Travis.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
d0d64bad9d
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      .travis.yml
  2. 2
      app/build.gradle.kts

2
.travis.yml

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

2
app/build.gradle.kts

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

Loading…
Cancel
Save