release 1.19.0

This commit is contained in:
Thomas 2021-06-11 18:44:00 +02:00
parent 2f086199bd
commit 782d969413
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 30
versionName "1.18.0"
versionCode 31
versionName "1.19.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {