updated Build Tools, Gradle, JDK

This commit is contained in:
Philipp Crocoll
2017-05-22 12:02:35 +02:00
parent 9d07bb5d72
commit d2144d5128
28 changed files with 1342 additions and 1254 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 25
buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 15
@@ -15,6 +15,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
}
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
}
dependencies {