Skip to content

Commit 8f2a2d2

Browse files
Merge pull request #38 from sebirdman/master
Update build tools version
2 parents 678c9da + 338db48 commit 8f2a2d2

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:4+'
2525

2626
}
27-
27+

0 commit comments

Comments
 (0)