New release

This commit is contained in:
Herbert Reiter
2022-10-15 12:36:47 +02:00
parent e08ba7e27c
commit 78384ceda7
4 changed files with 8 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## 3.5.0.1 (versionCode 33, 2022-10-15)
- Add app icon to fastlane folder
## 3.5.0.0 (versionCode 32, 2022-10-08) ## 3.5.0.0 (versionCode 32, 2022-10-08)
- Update to moasdawiki-server 3.5.0 - Update to moasdawiki-server 3.5.0
+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 32 versionCode 33
versionName "3.5.0.0" versionName "3.5.0.1"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
} }
compileOptions { compileOptions {
@@ -0,0 +1 @@
- App-Symbol im fastlane-Ordner hinzufügen
@@ -0,0 +1 @@
- Add app icon to fastlane folder