New release

This commit is contained in:
Herbert Reiter
2023-04-29 16:14:47 +02:00
parent bfe63b9577
commit 81b1a80622
2 changed files with 7 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 35
versionName "3.6.0.0"
versionCode 36
versionName "3.6.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
compileOptions {