New release

This commit is contained in:
Herbert Reiter
2023-08-07 20:51:36 +02:00
parent 1f4ae087d1
commit f3c444c025
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk 28 // 28 = Android 9
targetSdk 33 // should be same as compileSdk
versionCode 37
versionName "3.6.2.0"
versionCode 38
versionName "3.6.2.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11