New release

This commit is contained in:
Herbert Reiter
2026-01-02 21:20:50 +01:00
parent 6bb9b97e91
commit 0a65c17e4e
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk = 33 // 33 = Android 13 Tiramisu
targetSdk = 36 // should be same as compileSdk
versionCode = 49
versionName = "3.9.5.1"
versionCode = 50
versionName = "3.9.7.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17