From 9ccd750d5a1cecc306699684cd209996ec0366a0 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sat, 10 Jun 2017 23:01:18 -0400 Subject: [PATCH] SDK 26 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d94333d..3d5396d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.0" defaultConfig { applicationId "net.nullsum.audinaut" minSdkVersion 19 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 190 versionName '0.2.1' setProperty("archivesBaseName", "Audinaut $versionName")