Skip to content

Commit 338db48

Browse files
authored
Update build tools version
Updated versions of gradle require 25.X.X
1 parent d90d1e0 commit 338db48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33

44
android {
55
compileSdkVersion 24
6-
buildToolsVersion "24.0.2"
6+
buildToolsVersion "25.0.3"
77

88
defaultConfig {
99
minSdkVersion 16
@@ -24,4 +24,4 @@ dependencies {
2424
compile 'com.instabug.library:instabug:3+'
2525

2626
}
27-
27+

0 commit comments

Comments
 (0)