Skip to content

Commit

Permalink
build: Libs upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 28, 2024
1 parent dfeaa38 commit 3e176ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal class DefaultStartingComponent(
override val content: Value<ChildPages<*, Child>> =
childPages(
navigation,
null, // Config.serializer(),
Config.serializer(),
initialPages = {
Pages(
items = Config.allConfigs,
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<string name="today_info_image_load_failed">Nepodařilo se načíst obrázek</string>
<string name="today_info_unknown_allergen_title">Neznámý alergen</string>
<string name="today_info_unknown_allergen_description">Server vrátil neplatná data</string>
<string name="today_list_none">Data nejsou dostupná</string>
<string name="today_list_none">Data nejsou dostupná 👨‍🍳</string>
<string name="today_list_web">Otevřít web</string>
<string name="today_list_image_load_failed">Nepodařilo se načíst obrázek</string>
<string name="today_list_image_metered">Obrázek nebyl stažen, placená síť</string>
Expand All @@ -196,7 +196,7 @@
<string name="today_list_mode_horizontal">Řádky</string>
<string name="today_list_stable_row">Stabilní výška řádky</string>
<string name="today_experimental_cafeteria">Experimentální menza - nemusí fungovat správně. Prosím, hlašte chyby v nastavení.</string>
<string name="week_list_none">Data nejsou dostupná</string>
<string name="week_list_none">Data nejsou dostupná 👨‍🍳</string>
<string name="week_list_web">Otevřít web</string>
<string name="error_button_report">Nahlásit</string>
<string name="error_week_not_supported">Tato menza neposkytuje týdenní jídelníček</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<string name="today_info_image_load_failed">Failed to load the image</string>
<string name="today_info_unknown_allergen_title">Unknown allergen</string>
<string name="today_info_unknown_allergen_description">Server returned invalid data</string>
<string name="today_list_none">No data available</string>
<string name="today_list_none">No data available 👨‍🍳</string>
<string name="today_list_web">Check website</string>
<string name="today_list_image_load_failed">Failed to load the image</string>
<string name="today_list_image_metered">The image not downloaded, metered network</string>
Expand All @@ -213,7 +213,7 @@
<string name="today_list_stable_row">Stable row height</string>
<string name="today_experimental_cafeteria">Experimental cafeteria - may not work properly. Please report issues in the settings.</string>

<string name="week_list_none">No data available</string>
<string name="week_list_none">No data available 👨‍🍳</string>
<string name="week_list_web">Check website</string>

<string name="error_button_report">Report</string>
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
aboutLibraries = "10.10.0"
android-gradle = "8.2.1"
aboutLibraries = "11.1.0-b01"
android-gradle = "8.2.2"
androidx-activity = "1.8.2"
androidx-compose = "1.6.0-rc01"
androidx-compose = "1.6.0"
# @keep
androidx-compose-compiler = "1.5.8"
androidx-compose-material = "1.6.0-rc01"
androidx-compose-material3 = "1.2.0-beta02"
androidx-compose-material = "1.6.0"
androidx-compose-material3 = "1.2.0-rc01"
androidx-lifecycle = "2.7.0"
androidx-security = "1.1.0-alpha06"
androidx-test = "1.5.0"
coil = "3.0.0-alpha03"
decompose = "3.0.0-alpha04"
decompose = "3.0.0-alpha05"
detekt = "1.23.4"
espresso = "3.5.1"
google-ksp = "1.9.22-1.0.17"
Expand All @@ -27,8 +27,8 @@ kotlin = "1.9.22"
kotlin-api = "2.0"
# @keep
kotlin-language = "2.0"
kotlinx-atomicfu = "0.23.1"
kotlinx-coroutines = "1.7.3"
kotlinx-atomicfu = "0.23.2"
kotlinx-coroutines = "1.8.0-RC2"
ktlint = "11.6.0"
ktor = "2.3.7"
russhwolf-settings = "1.1.1"
Expand All @@ -46,7 +46,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-activity-core = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-annotation = "androidx.annotation:annotation:1.7.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
androidx-collection = "androidx.collection:collection:1.3.0"
androidx-collection = "androidx.collection:collection:1.4.0"
androidx-compose-animation = { module = "androidx.compose.animation:animation", version.ref = "androidx-compose" }
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "androidx-compose-compiler" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
Expand Down

0 comments on commit 3e176ff

Please sign in to comment.