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 { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "30.0.2" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 30 targetSdkVersion 30
versionCode 30 versionCode 31
versionName "1.18.0" versionName "1.19.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
lintOptions { lintOptions {