From bc80e5bacf982f3b3612e74115ae4cdb8f8b9dd1 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Mon, 2 Mar 2020 09:10:58 +0200 Subject: [build] Add steps to build curl for Android Add steps to build curl with openssl for Android. Prebuilt libraries will be used by default. --- test/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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')) { -- cgit v1.2.1