New release

This commit is contained in:
Herbert Reiter
2023-11-15 21:16:06 +01:00
parent 0761586405
commit a5b1d6ab98
4 changed files with 8 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 39
versionName "3.6.3.0"
versionCode 40
versionName "3.6.3.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11