summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-03-02 09:10:58 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-03-27 11:27:24 +0200
commitbc80e5bacf982f3b3612e74115ae4cdb8f8b9dd1 (patch)
treec0163b38a5bad33a905576266ea7dd17d08c3071 /test
parent2a6b2f6638d933cc34a3c2bd5965112782d1a60b (diff)
downloadqtlocation-mapboxgl-bc80e5bacf982f3b3612e74115ae4cdb8f8b9dd1.tar.gz
[build] Add steps to build curl for Android
Add steps to build curl with openssl for Android. Prebuilt libraries will be used by default.
Diffstat (limited to 'test')
-rw-r--r--test/android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/android/app/build.gradle b/test/android/app/build.gradle
index 5c118d4853..aaa405b1b1 100644
--- a/test/android/app/build.gradle
+++ b/test/android/app/build.gradle
@@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId = 'com.mapbox.mapboxsdk.maps.test_runner'
- minSdkVersion 24
+ minSdkVersion 28
targetSdkVersion 28
def abi = 'all'
if (project.hasProperty('mapbox.abis')) {