Skip to content

Commit 09a9d3c

Browse files
Update the android SDK version to 25 in example
1 parent e571325 commit 09a9d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)