New release

This commit is contained in:
Herbert Reiter
2024-10-04 10:00:30 +02:00
parent 0ba9bfda35
commit 9f2c84d673
4 changed files with 14 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 43
versionName "3.7.1.1"
versionCode 44
versionName "3.9.1.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11