Lib and tool updates
This commit is contained in:
parent
10eb5c0674
commit
8c26737492
|
@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
|||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.0"
|
||||
buildToolsVersion "26.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.nullsum.audinaut"
|
||||
|
@ -30,16 +30,16 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.esotericsoftware:kryo:4.0.0'
|
||||
compile 'com.esotericsoftware:kryo:4.0.1'
|
||||
compile "com.android.support:design:$android_support_version"
|
||||
compile 'com.sothree.slidinguppanel:library:3.3.1'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.1'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.1.2-5'
|
||||
ext.android_support_version = '26.0.0-beta2'
|
||||
ext.kotlin_version = '1.1.3-2'
|
||||
ext.android_support_version = '26.0.0'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue