Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f529528145 | |||
| cb9b235b30 | |||
| 0c183df154 | |||
| 7dff72bd0f | |||
| 0011124c76 | |||
| e08ba7e27c |
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.5.1.0 (versionCode 34, 2022-11-12)
|
||||||
|
|
||||||
|
- Update to moasdawiki-server 3.5.1
|
||||||
|
- Upgrade library dependencies
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|||||||
+3
-3
@@ -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 34
|
||||||
versionName "3.5.0.0"
|
versionName "3.5.1.0"
|
||||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@@ -22,7 +22,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'net.moasdawiki:moasdawiki-server:3.5.0'
|
implementation 'net.moasdawiki:moasdawiki-server:3.5.1'
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
// androidx.appcompat:appcompat:1.5.0 causes dependency conflict, waiting for 1.5.1
|
// androidx.appcompat:appcompat:1.5.0 causes dependency conflict, waiting for 1.5.1
|
||||||
// https://stackoverflow.com/questions/73406969/duplicate-class-androidx-lifecycle-viewmodellazy-found-in-modules-lifecycle-view
|
// https://stackoverflow.com/questions/73406969/duplicate-class-androidx-lifecycle-viewmodellazy-found-in-modules-lifecycle-view
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
- App-Symbol im fastlane-Ordner hinzufügen
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- Auf moasdawiki-server 3.5.1 aktualisieren
|
||||||
|
- Bibliotheks-Abhängigkeiten aktualisieren
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -0,0 +1 @@
|
|||||||
|
- Add app icon to fastlane folder
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- Update to moasdawiki-server 3.5.1
|
||||||
|
- Upgrade library dependencies
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user