SDK 26
This commit is contained in:
parent
08e7727644
commit
9ccd750d5a
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue