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
  • Loading branch information
tobrun authored Jan 15, 2017
1 parent 255f09a commit 9a63567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/android/MapboxGLAndroidSDK/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ POM_DEVELOPER_NAME=Mapbox

ANDROID_MIN_SDK=15
ANDROID_BUILD_TARGET_SDK_VERSION=25
ANDROID_BUILD_TOOLS_VERSION=25.0.0
ANDROID_BUILD_TOOLS_VERSION=25.0.2
ANDROID_BUILD_SDK_VERSION=25

POM_NAME=Mapbox Android SDK
Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapboxGLAndroidSDKTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.mapbox.mapboxsdk.testapp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

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

0 comments on commit 9a63567

Please sign in to comment.