New release

This commit is contained in:
Herbert Reiter
2024-05-10 23:08:45 +02:00
parent 75a186f37c
commit 67e30728f0
4 changed files with 8 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## 3.7.1.1 (versionCode 43, 2024-05-10)
- Upgrade to Gradle 8.7
## 3.7.1.0 (versionCode 42, 2024-01-01) ## 3.7.1.0 (versionCode 42, 2024-01-01)
- Update to moasdawiki-server 3.7.1 - Update to moasdawiki-server 3.7.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 42 versionCode 43
versionName "3.7.1.0" versionName "3.7.1.1"
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_11
@@ -0,0 +1 @@
- Upgrade to Gradle 8.7
@@ -0,0 +1 @@
- Upgrade to Gradle 8.7