Skip to content

Commit 9363b8a

Browse files
joshuapintergitim
authored andcommitted
Update Android build tools to 25.0.0.
Goes hand in hand with Gradle build tools upgrade. Best to be on the most recent version.
1 parent f58037b commit 9363b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basic/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def enableProguardInReleaseBuilds = false
8484

8585
android {
8686
compileSdkVersion 23
87-
buildToolsVersion "23.0.1"
87+
buildToolsVersion '25.0.0'
8888

8989
defaultConfig {
9090
applicationId "com.basic"

0 commit comments

Comments
 (0)