New release

This commit is contained in:
Herbert Reiter
2024-11-02 18:00:32 +01:00
parent 6cb3e218c4
commit d021267fcd
4 changed files with 11 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## 3.9.1.1 (versionCode 45, 2024-11-02)
- Update App sync description
- Upgrade library dependencies
## 3.9.1.0 (versionCode 44, 2024-10-04) ## 3.9.1.0 (versionCode 44, 2024-10-04)
- Update to moasdawiki-server 3.9.1 - Update to moasdawiki-server 3.9.1
+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 44 versionCode 45
versionName "3.9.1.0" versionName "3.9.1.1"
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_11
@@ -0,0 +1,2 @@
- Anleitung für App-Synchronisierung ergänzen
- Bibliotheks-Abhängigkeiten aktualisieren
@@ -0,0 +1,2 @@
- Update App sync description
- Upgrade library dependencies