Compare commits

...

2 Commits

Author SHA1 Message Date
Herbert Reiter 0011124c76 New release 2022-10-15 12:36:47 +02:00
Herbert Reiter e08ba7e27c Add app icon to fastlane folder 2022-10-15 12:36:19 +02:00
6 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
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

@@ -0,0 +1 @@
- Add app icon to fastlane folder
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB