Skip to content

Commit e0726c8

Browse files
Merge pull request react-native-maps#1152 from markusguenther/markusguenther-patch-1
Update the android buildToolsVersion to 25.0.0
2 parents 22a0ec5 + 09a9d3c commit e0726c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ allprojects {
4040

4141
android {
4242
compileSdkVersion 25
43-
buildToolsVersion "23.0.3"
43+
buildToolsVersion "25.0.0"
4444

4545
defaultConfig {
4646
minSdkVersion 16

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def enableSeparateBuildPerCPUArchitecture = false
6969
def enableProguardInReleaseBuilds = false
7070

7171
android {
72-
compileSdkVersion 23
73-
buildToolsVersion "23.0.3"
72+
compileSdkVersion 25
73+
buildToolsVersion "25.0.0"
7474

7575
defaultConfig {
7676
applicationId "com.airbnb.android.react.maps.example"

0 commit comments

Comments
 (0)