summaryrefslogtreecommitdiff
path: root/test/android/app/build.gradle
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-23 14:24:09 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-06 13:38:10 +0200
commitad4002c17b3e53f48b4e91e57cad94b6c962bac4 (patch)
treefc27534d2ddf1bbca0e6751b705e7e28e7629afa /test/android/app/build.gradle
parentfe05c01c5efe9e68632c878d048adaa698135b5a (diff)
downloadqtlocation-mapboxgl-ad4002c17b3e53f48b4e91e57cad94b6c962bac4.tar.gz
[test] Enable HTTP server on Androidupstream/jmalanen-android-curl
Diffstat (limited to 'test/android/app/build.gradle')
-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 9f915bbbd0..cadbdf6fd9 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 14
+ minSdkVersion 24
targetSdkVersion 28
def abi = 'all'
if (project.hasProperty('mapbox.abis')) {