New release

This commit is contained in:
Herbert Reiter
2025-07-06 20:31:20 +02:00
parent 3839ad430c
commit 009c1e5131
4 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk = 28 // 28 = Android 9
targetSdk = 36 // should be same as compileSdk
versionCode = 46
versionName = "3.9.3.0"
versionCode = 47
versionName = "3.9.5.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11