This commit is contained in:
Thomas 2022-05-30 18:35:53 +02:00
parent cca7b73ee4
commit 0ee936f52d
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 14
versionName "beta-14"
versionCode 15
versionName "beta-15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}