New release

This commit is contained in:
Herbert Reiter
2022-04-14 19:50:20 +02:00
parent 2014c0509b
commit 13fea74597
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 28 // 28 = Android 9
targetSdkVersion 31 // should be same as compileSdkVersion
versionCode 29
versionName "3.2.1.0"
versionCode 30
versionName "3.4.4.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
compileOptions {