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
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 3.6.2.1 (versionCode 38, 2023-08-07)
- Fix Gradle build issue
## 3.6.2.0 (versionCode 37, 2023-08-05)
- Update to moasdawiki-server 3.6.2
+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