update build tools versions

This commit is contained in:
Philipp Crocoll
2017-12-28 03:20:50 +01:00
parent 1ed1e91189
commit 6e13320f36
5 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
minSdkVersion 15
targetSdkVersion 23

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "com.crocoapps.javafilestoragetest"

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '25.0.3'
buildToolsVersion '26.0.2'
defaultConfig {
minSdkVersion 18

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
minSdkVersion 15
@@ -23,5 +23,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:support-v4:26.1.0'
}