Release 28 v1.3.0
This commit is contained in:
parent
97546e79d9
commit
0cad3831c6
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
|
|||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.2'
|
||||
buildToolsVersion '27.0.0'
|
||||
defaultConfig {
|
||||
applicationId "com.keylesspalace.tusky"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 26
|
||||
versionCode 27
|
||||
versionName "1.2.1"
|
||||
versionCode 28
|
||||
versionName "1.3.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue