Bump build tools and gradle version. #411 #434

This commit is contained in:
Joel Arvidsson
2017-07-30 15:55:12 +02:00
parent b7599a0af2
commit 48a02b985c

View File

@@ -4,19 +4,19 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.android.tools.build:gradle:2.3.+'
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName "1.0"
}