New release

This commit is contained in:
Herbert Reiter
2025-01-05 22:02:02 +01:00
parent c97656a5d0
commit 562d3662da
4 changed files with 17 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 45
versionName "3.9.1.1"
versionCode 46
versionName "3.9.3.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11