Merge pull request #38 from sebirdman/master

Update build tools version
This commit is contained in:
Hossam Hassan 2017-07-09 17:25:51 +02:00 committed by GitHub
commit 8f2a2d2583

View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 16
@ -24,4 +24,4 @@ dependencies {
compile 'com.instabug.library:instabug:4+'
}