New release

This commit is contained in:
Herbert Reiter
2024-11-02 18:00:32 +01:00
parent 6cb3e218c4
commit d021267fcd
4 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk 28 // 28 = Android 9
targetSdk 34 // should be same as compileSdk
versionCode 44
versionName "3.9.1.0"
versionCode 45
versionName "3.9.1.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11