android/travis: Use preferred ndk for android-28

This commit is contained in:
scribam 2020-04-30 10:13:12 +02:00
parent c797bd6f72
commit b5fcea7135
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ cache:
install:
- echo y | sdkmanager 'ndk-bundle'
- echo y | sdkmanager 'ndk;21.0.6113669'
- echo y | sdkmanager 'ndk;20.0.5594570'
script:
- cd shell/android-studio

View File

@ -26,7 +26,6 @@ def getVersionName = { ->
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
ndkVersion '21.0.6113669'
defaultConfig {
applicationId "com.flycast.emulator"