summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-10-19 15:26:42 +0300
committerJuha Alanen <juha.alanen@mapbox.com>2020-10-19 15:26:42 +0300
commitdeb8cee73661a45939430855b79fcf8606bd933c (patch)
tree8c6a64135c212834075ce0cd55d9da8f47e4ad2a
parent82148fce65565cd1f10ec5aa78b9f9c21af11834 (diff)
downloadqtlocation-mapboxgl-upstream/jmalanen-ndk-test.tar.gz
[R&D] Test NDK 21.3.6528147[upstream/jmalanen-ndk-test
-rw-r--r--circle.yml4
-rw-r--r--test/android/app/build.gradle2
2 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 9147d3f976..8121d0deb4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -193,9 +193,9 @@ commands:
command: |
cd /opt/android/tools/bin
./sdkmanager --uninstall "ndk-bundle"
- ./sdkmanager "ndk;21.0.6113669"
+ ./sdkmanager "ndk;21.3.6528147"
cd /opt/android
- ln -s ndk/21.0.6113669 ndk-bundle
+ ln -s ndk/21.3.6528147 ndk-bundle
login-google-cloud-platform:
steps:
- run:
diff --git a/test/android/app/build.gradle b/test/android/app/build.gradle
index 881a3ec25b..eb95206f0e 100644
--- a/test/android/app/build.gradle
+++ b/test/android/app/build.gradle
@@ -41,7 +41,7 @@ android {
signingConfig signingConfigs.debug
}
}
- ndkVersion '21.0.6113669'
+ ndkVersion '21.3.6528147'
}
dependencies {