|
|
@ -3,13 +3,13 @@ apply plugin: 'kotlin-android' |
|
|
|
|
|
|
|
|
|
|
|
android { |
|
|
|
android { |
|
|
|
compileSdkVersion 26 |
|
|
|
compileSdkVersion 26 |
|
|
|
buildToolsVersion '26.0.2' |
|
|
|
buildToolsVersion '27.0.0' |
|
|
|
defaultConfig { |
|
|
|
defaultConfig { |
|
|
|
applicationId "com.keylesspalace.tusky" |
|
|
|
applicationId "com.keylesspalace.tusky" |
|
|
|
minSdkVersion 15 |
|
|
|
minSdkVersion 15 |
|
|
|
targetSdkVersion 26 |
|
|
|
targetSdkVersion 26 |
|
|
|
versionCode 27 |
|
|
|
versionCode 28 |
|
|
|
versionName "1.2.1" |
|
|
|
versionName "1.3.0" |
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
vectorDrawables.useSupportLibrary true |
|
|
|
vectorDrawables.useSupportLibrary true |
|
|
|
} |
|
|
|
} |
|
|
|