Skip to content

Commit 3ab5ca3

Browse files
committed
Prepare for release 13 (1.12)
1 parent 00d9cb4 commit 3ab5ca3

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
vectorDrawables {
1919
useSupportLibrary true
2020
}
21-
versionCode 12
22-
versionName "1.11"
21+
versionCode 13
22+
versionName "1.12"
2323
}
2424

2525
ksp {
@@ -80,7 +80,8 @@ dependencies {
8080
implementation 'androidx.activity:activity-ktx:1.8.2'
8181
implementation 'androidx.fragment:fragment-ktx:1.6.2'
8282
implementation platform('androidx.compose:compose-bom:2022.10.00')
83-
implementation 'androidx.compose.ui:ui:1.5.4' // CircularProgressIndicator is broken on 1.6.0 https://github.com/JetBrains/compose-multiplatform/issues/4157
83+
implementation 'androidx.compose.ui:ui:1.5.4'
84+
// CircularProgressIndicator is broken on 1.6.0 https://github.com/JetBrains/compose-multiplatform/issues/4157
8485
implementation 'androidx.compose.ui:ui-graphics:1.5.4'
8586
implementation 'androidx.compose.ui:ui-tooling-preview:1.5.4'
8687
implementation 'androidx.compose.material3:material3:1.1.2'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fehlerbehebung: App-Einstellungen können abstürzen, wenn der WebDAV-Server nicht erreichbar ist
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix: app settings may crash when webdav server is not reachable
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correctif : les paramètres de l'application peuvent planter lorsque le serveur WebDAV est inaccessible
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Исправление: настройки приложения могут аварийно завершать работу, если сервер WebDAV недоступен

0 commit comments

Comments
 (0)