New release

This commit is contained in:
Herbert Reiter
2022-10-15 12:36:47 +02:00
parent e08ba7e27c
commit 0011124c76
4 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 28 // 28 = Android 9
targetSdkVersion 33 // should be same as compileSdkVersion
versionCode 32
versionName "3.5.0.0"
versionCode 33
versionName "3.5.0.1"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
compileOptions {