Update build tools version

Updated versions of gradle require 25.X.X
This commit is contained in:
Stephen Bird 2017-06-15 16:25:02 -07:00 committed by GitHub
parent d90d1e02d1
commit 338db48b23

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:3+'
}