New release

This commit is contained in:
Herbert Reiter
2023-08-05 22:08:56 +02:00
parent b9e823ff8f
commit 93232a5a26
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 3.6.2.0 (versionCode 37, 2023-08-05)
- Update to moasdawiki-server 3.6.2
- Upgrade library dependencies
## 3.6.1.0 (versionCode 36, 2023-04-29)
- Update to moasdawiki-server 3.6.1
+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 36
versionName "3.6.1.0"
versionCode 37
versionName "3.6.2.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11