Skip to content

Commit

Permalink
Library version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Jan 15, 2024
1 parent fdcced6 commit bf3bc84
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
androidx-splashscreen = "androidx.core:core-splashscreen:1.0.1"

# Used for interoperability testing in the main Enro test suite
androidx-navigation-fragment = "androidx.navigation:navigation-fragment-ktx:2.7.5"
androidx-navigation-ui = "androidx.navigation:navigation-ui-ktx:2.7.5"
androidx-navigation-fragment = "androidx.navigation:navigation-fragment-ktx:2.7.6"
androidx-navigation-ui = "androidx.navigation:navigation-ui-ktx:2.7.6"

androidx-activity = "androidx.activity:activity-ktx:1.8.1"
compose-activity = "androidx.activity:activity-compose:1.8.1"
androidx-activity = "androidx.activity:activity-ktx:1.8.2"
compose-activity = "androidx.activity:activity-compose:1.8.2"

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"
androidx-lifecycle = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.7.0"
compose-viewmodel = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"

compose-compiler = "androidx.compose.compiler:compiler:1.5.4"
compose-compiler = "androidx.compose.compiler:compiler:1.5.8"
compose-foundation = "androidx.compose.foundation:foundation:1.5.4"
compose-foundationLayout = "androidx.compose.foundation:foundation-layout:1.5.4"
compose-ui = "androidx.compose.ui:ui:1.5.4"
Expand Down Expand Up @@ -71,10 +71,10 @@ processing-incremental = "net.ltgt.gradle.incap:incap:0.3"
processing-incrementalProcessor = "net.ltgt.gradle.incap:incap-processor:0.3"
processing-autoService = "com.google.auto.service:auto-service:1.0.1"
processing-javaPoet = "com.squareup:javapoet:1.13.0"
processing-kotlinPoet = "com.squareup:kotlinpoet:1.13.2"
processing-kotlinPoet = "com.squareup:kotlinpoet:1.14.2"
processing-kotlinPoet-ksp = "com.squareup:kotlinpoet-ksp:1.13.2"

material = "com.google.android.material:material:1.10.0"
material = "com.google.android.material:material:1.11.0"

lint-checks = "com.android.tools.lint:lint-checks:31.1.4"
lint-api = "com.android.tools.lint:lint-api:31.1.4"
lint-checks = "com.android.tools.lint:lint-checks:31.2.1"
lint-api = "com.android.tools.lint:lint-api:31.2.1"

0 comments on commit bf3bc84

Please sign in to comment.