New release

This commit is contained in:
Herbert Reiter
2022-10-08 20:44:35 +02:00
parent cc8116c10b
commit 0bec9f2848
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## 3.5.0.0 (versionCode 32, 2022-10-08)
- Update to moasdawiki-server 3.5.0
- Upgrade library dependencies
## 3.4.5.0 (versionCode 31, 2022-09-05) ## 3.4.5.0 (versionCode 31, 2022-09-05)
- Update to moasdawiki-server 3.4.5 - Update to moasdawiki-server 3.4.5
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app" applicationId "net.moasdawiki.app"
minSdkVersion 28 // 28 = Android 9 minSdkVersion 28 // 28 = Android 9
targetSdkVersion 33 // should be same as compileSdkVersion targetSdkVersion 33 // should be same as compileSdkVersion
versionCode 30 versionCode 32
versionName "3.4.5.0" versionName "3.5.0.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
} }
compileOptions { compileOptions {