Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julius-b committed Mar 2, 2023
1 parent 94088c8 commit fe5c82c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies {
implementation(project(":common"))

// common
implementation("com.arkivanov.decompose:decompose:1.0.0-beta-04")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0-beta-04")
implementation("com.arkivanov.decompose:extensions-compose-jetpack:1.0.0-beta-04")
implementation("com.arkivanov.decompose:decompose:1.0.0")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0")
implementation("com.arkivanov.decompose:extensions-compose-jetpack:1.0.0")
implementation("com.arkivanov.essenty:parcelable:1.0.0")
implementation("com.arkivanov.essenty:lifecycle:1.0.0")

Expand Down
6 changes: 3 additions & 3 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
api(compose.material)
api(compose.materialIconsExtended)
api(compose.ui)
api("androidx.appcompat:appcompat:1.6.0")
api("androidx.appcompat:appcompat:1.6.1")
api("androidx.compose.ui:ui-text:1.3.3")

implementation("com.squareup.sqldelight:runtime:1.5.5")
Expand All @@ -45,8 +45,8 @@ kotlin {
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")

implementation("com.arkivanov.decompose:decompose:1.0.0-beta-04")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0-beta-04")
implementation("com.arkivanov.decompose:decompose:1.0.0")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0")
implementation("com.arkivanov.essenty:parcelable:1.0.0")
implementation("com.arkivanov.essenty:lifecycle:1.0.0")

Expand Down
4 changes: 2 additions & 2 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ kotlin {
implementation(compose.desktop.currentOs)

// common
implementation("com.arkivanov.decompose:decompose:1.0.0-beta-04")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0-beta-04")
implementation("com.arkivanov.decompose:decompose:1.0.0")
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0")
implementation("com.arkivanov.essenty:parcelable:1.0.0")
implementation("com.arkivanov.essenty:lifecycle:1.0.0")

Expand Down

0 comments on commit fe5c82c

Please sign in to comment.