This commit is contained in:
Andrew Rabert 2017-06-10 23:01:18 -04:00
parent 08e7727644
commit 9ccd750d5a
1 changed files with 3 additions and 3 deletions

View File

@ -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")