Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - update build tools to bitrise supported version (#7729)
Browse files Browse the repository at this point in the history
Cherry-picked from 9a63567.
  • Loading branch information
tobrun committed Jan 24, 2017
1 parent aa3a8f4 commit 8a7e8f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions platform/android/MapboxGLAndroidSDK/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ POM_DEVELOPER_ID=mapbox
POM_DEVELOPER_NAME=Mapbox

ANDROID_MIN_SDK=15
ANDROID_BUILD_TARGET_SDK_VERSION=23
ANDROID_BUILD_TOOLS_VERSION=23.0.3
ANDROID_BUILD_SDK_VERSION=23
ANDROID_BUILD_TARGET_SDK_VERSION=25
ANDROID_BUILD_TOOLS_VERSION=25.0.2
ANDROID_BUILD_SDK_VERSION=25

POM_NAME=Mapbox Android SDK
POM_ARTIFACT_ID=mapbox-android-sdk
Expand Down
4 changes: 2 additions & 2 deletions platform/android/MapboxGLAndroidSDKTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ext {
}

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.mapbox.mapboxsdk.testapp"
Expand Down
4 changes: 2 additions & 2 deletions platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ gradle.projectsEvaluated {
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.mapbox.mapboxsdk.testapp"
Expand Down

0 comments on commit 8a7e8f3

Please sign in to comment.