From 8c267374925fd23eba058eb5046801ba02b00f2e Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Tue, 25 Jul 2017 22:27:41 -0400 Subject: [PATCH] Lib and tool updates --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a0644a3..9ec548b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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() }