SDK 25
This commit is contained in:
parent
4bf393e73e
commit
17401fd7e1
|
@ -1,14 +1,14 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 25
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "25.0.2"
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 25
|
||||||
versionCode 188
|
versionCode 188
|
||||||
versionName '0.1.2'
|
versionName '0.1.2'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
|
@ -33,6 +33,6 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.esotericsoftware:kryo:4.0.0'
|
compile 'com.esotericsoftware:kryo:4.0.0'
|
||||||
compile 'com.android.support:design:23.4.+'
|
compile 'com.android.support:design:25.2.0'
|
||||||
compile 'com.sothree.slidinguppanel:library:3.3.1'
|
compile 'com.sothree.slidinguppanel:library:3.3.1'
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.2.0'
|
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in New Issue