New release
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# 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)
|
||||
|
||||
- Update to moasdawiki-server 3.5.0
|
||||
|
||||
+2
-2
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "net.moasdawiki.app"
|
||||
minSdkVersion 28 // 28 = Android 9
|
||||
targetSdkVersion 33 // should be same as compileSdkVersion
|
||||
versionCode 32
|
||||
versionName "3.5.0.0"
|
||||
versionCode 33
|
||||
versionName "3.5.0.1"
|
||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||
}
|
||||
compileOptions {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
- App-Symbol im fastlane-Ordner hinzufügen
|
||||
@@ -0,0 +1 @@
|
||||
- Add app icon to fastlane folder
|
||||
Reference in New Issue
Block a user