Skip to content

Commit 23e73ec

Browse files
committed
Bump build tools version to 25.0.2
1 parent 976ab46 commit 23e73ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/android-set-common-properties.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ android {
1818
compileSdkVersion 25
1919

2020
if (System.getenv("JITPACK") == "true") {
21-
buildToolsVersion '25.0.1'
21+
buildToolsVersion '25.0.2'
2222
} else {
23-
buildToolsVersion '25.0.1'
23+
buildToolsVersion '25.0.2'
2424
}
2525

2626
compileOptions {

0 commit comments

Comments
 (0)