New release

This commit is contained in:
Herbert Reiter
2023-11-01 21:18:52 +01:00
parent 18683636b2
commit adca61deaf
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app" applicationId "net.moasdawiki.app"
minSdk 28 // 28 = Android 9 minSdk 28 // 28 = Android 9
targetSdk 34 // should be same as compileSdk targetSdk 34 // should be same as compileSdk
versionCode 38 versionCode 39
versionName "3.6.2.1" versionName "3.6.3.0"
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_11