This commit is contained in:
Thomas 2022-05-31 19:01:52 +02:00
parent 33b589f4a3
commit e3ef0881a7
1 changed files with 2 additions and 2 deletions

View File

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