Skip to content

Commit 8613159

Browse files
authored
Update build.gradle
Build Tools 25 are required in order to take advantage of Gradle 3.3, which has great performance improvements!
1 parent f401e69 commit 8613159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
1212

1313
android {
1414
compileSdkVersion 23
15-
buildToolsVersion "23.0.1"
15+
buildToolsVersion "25.0.2"
1616

1717
defaultConfig {
1818
minSdkVersion 16

0 commit comments

Comments
 (0)