Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Oct 10, 2023
1 parent b656803 commit 272a310
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ androidx-splashscreen = "androidx.core:core-splashscreen:1.0.1"
androidx-navigation-fragment = "androidx.navigation:navigation-fragment-ktx:2.7.3"
androidx-navigation-ui = "androidx.navigation:navigation-ui-ktx:2.7.3"

androidx-activity = "androidx.activity:activity-ktx:1.7.2"
compose-activity = "androidx.activity:activity-compose:1.7.2"
androidx-activity = "androidx.activity:activity-ktx:1.8.0"
compose-activity = "androidx.activity:activity-compose:1.8.0"

androidx-lifecycle = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.6.2"
compose-viewmodel = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2"

compose-compiler = "androidx.compose.compiler:compiler:1.5.3"
compose-foundation = "androidx.compose.foundation:foundation:1.5.2"
compose-foundationLayout = "androidx.compose.foundation:foundation-layout:1.5.2"
compose-ui = "androidx.compose.ui:ui:1.5.2"
compose-uiTooling = "androidx.compose.ui:ui-tooling:1.5.2"
compose-foundation = "androidx.compose.foundation:foundation:1.5.3"
compose-foundationLayout = "androidx.compose.foundation:foundation-layout:1.5.3"
compose-ui = "androidx.compose.ui:ui:1.5.3"
compose-uiTooling = "androidx.compose.ui:ui-tooling:1.5.3"
compose-runtime = "androidx.compose.runtime:runtime:1.5.2"
compose-livedata = "androidx.compose.runtime:runtime-livedata:1.5.2"
compose-material = "androidx.compose.material:material:1.5.2"
compose-material = "androidx.compose.material:material:1.5.3"

compose-accompanist-systemUiController = "com.google.accompanist:accompanist-systemuicontroller:0.27.0"

compose-materialIcons = "androidx.compose.material:material-icons-core:1.5.2"
compose-materialIconsExtended = "androidx.compose.material:material-icons-extended:1.5.2"
compose-materialIcons = "androidx.compose.material:material-icons-core:1.5.3"
compose-materialIconsExtended = "androidx.compose.material:material-icons-extended:1.5.3"

kotlin-gradle = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
kotlin-stdLib = "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
Expand All @@ -59,7 +59,7 @@ testing-androidx-espresso = "androidx.test.espresso:espresso-core:3.5.1"
testing-androidx-espressoRecyclerView = "androidx.test.espresso:espresso-contrib:3.5.1"
testing-androidx-espressoIntents = "androidx.test.espresso:espresso-intents:3.5.1"
testing-androidx-fragment = "androidx.fragment:fragment-testing:1.6.1"
testing-androidx-compose = "androidx.compose.ui:ui-test-junit4:1.5.2"
testing-androidx-compose = "androidx.compose.ui:ui-test-junit4:1.5.3"

testing-leakcanary-instrumentation = "com.squareup.leakcanary:leakcanary-android-instrumentation:2.10"

Expand Down

0 comments on commit 272a310

Please sign in to comment.