New release

This commit is contained in:
Herbert Reiter
2025-01-05 22:02:02 +01:00
parent c97656a5d0
commit efef3a7da8
4 changed files with 17 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 3.9.3.0 (versionCode 46, 2025-01-05)
- Update to moasdawiki-server 3.9.3
- Upgrade to Gradle 8.12
- Upgrade library dependencies
- Update copyright year
## 3.9.1.1 (versionCode 45, 2024-11-02)
- Update App sync description
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk 28 // 28 = Android 9
targetSdk 34 // should be same as compileSdk
versionCode 45
versionName "3.9.1.1"
versionCode 46
versionName "3.9.3.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
@@ -0,0 +1,4 @@
- Auf moasdawiki-server 3.9.3 aktualisieren
- Gradle-Upgrade auf 8.12
- Bibliotheks-Abhängigkeiten aktualisieren
- Copyright-Jahr aktualisieren
@@ -0,0 +1,4 @@
- Update to moasdawiki-server 3.9.3
- Upgrade to Gradle 8.12
- Upgrade library dependencies
- Update copyright year