Skip to content

Commit

Permalink
Update library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Dec 10, 2024
1 parent 22c7551 commit 4e0bee2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ android-gradle = "com.android.tools.build:gradle:8.5.2"

emulator-wtf-gradle = "wtf.emulator:gradle-plugin:0.0.11"

androidx-core = "androidx.core:core-ktx:1.13.1"
androidx-core = "androidx.core:core-ktx:1.15.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.3"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.5"
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.8.0"
androidx-navigation-ui = "androidx.navigation:navigation-ui-ktx:2.8.0"
androidx-navigation-fragment = "androidx.navigation:navigation-fragment-ktx:2.8.4"
androidx-navigation-ui = "androidx.navigation:navigation-ui-ktx:2.8.4"

androidx-activity = "androidx.activity:activity-ktx:1.9.2"
compose-activity = "androidx.activity:activity-compose:1.9.2"
androidx-activity = "androidx.activity:activity-ktx:1.9.3"
compose-activity = "androidx.activity:activity-compose:1.9.3"

androidx-lifecycle = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5"
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.8.5"
compose-viewmodel = "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5"
androidx-lifecycle = "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.8.7"
compose-viewmodel = "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"

compose-compiler = "androidx.compose.compiler:compiler:1.5.10"
compose-foundation = "androidx.compose.foundation:foundation:1.7.1"
compose-foundationLayout = "androidx.compose.foundation:foundation-layout:1.7.1"
compose-ui = "androidx.compose.ui:ui:1.7.1"
compose-uiTooling = "androidx.compose.ui:ui-tooling:1.7.1"
compose-runtime = "androidx.compose.runtime:runtime:1.7.1"
compose-livedata = "androidx.compose.runtime:runtime-livedata:1.7.1"
compose-material = "androidx.compose.material:material:1.7.1"
compose-compiler = "androidx.compose.compiler:compiler:1.5.15"
compose-foundation = "androidx.compose.foundation:foundation:1.7.5"
compose-foundationLayout = "androidx.compose.foundation:foundation-layout:1.7.5"
compose-ui = "androidx.compose.ui:ui:1.7.5"
compose-uiTooling = "androidx.compose.ui:ui-tooling:1.7.5"
compose-runtime = "androidx.compose.runtime:runtime:1.7.5"
compose-livedata = "androidx.compose.runtime:runtime-livedata:1.7.5"
compose-material = "androidx.compose.material:material:1.7.5"

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

compose-materialIcons = "androidx.compose.material:material-icons-core:1.7.1"
compose-materialIconsExtended = "androidx.compose.material:material-icons-extended:1.7.1"
compose-materialIcons = "androidx.compose.material:material-icons-core:1.7.5"
compose-materialIconsExtended = "androidx.compose.material:material-icons-extended:1.7.5"

kotlin-gradle = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
kotlin-stdLib = "org.jetbrains.kotlin:kotlin-stdlib:1.9.22"
Expand All @@ -54,12 +54,12 @@ testing-robolectric = "org.robolectric:robolectric:4.12.2"
testing-androidx-junit = "androidx.test.ext:junit:1.2.1"
testing-androidx-core = "androidx.test:core:1.6.1"
testing-androidx-runner = "androidx.test:runner:1.6.2"
testing-androidx-orchestrator = "androidx.test:orchestrator:1.5.0"
testing-androidx-orchestrator = "androidx.test:orchestrator:1.5.1"
testing-androidx-espresso = "androidx.test.espresso:espresso-core:3.6.1"
testing-androidx-espressoRecyclerView = "androidx.test.espresso:espresso-contrib:3.6.1"
testing-androidx-espressoIntents = "androidx.test.espresso:espresso-intents:3.6.1"
testing-androidx-fragment = "androidx.fragment:fragment-testing:1.8.3"
testing-androidx-compose = "androidx.compose.ui:ui-test-junit4:1.7.1"
testing-androidx-fragment = "androidx.fragment:fragment-testing:1.8.5"
testing-androidx-compose = "androidx.compose.ui:ui-test-junit4:1.7.5"

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

Expand All @@ -76,5 +76,5 @@ processing-kotlinPoet-ksp = "com.squareup:kotlinpoet-ksp:1.13.2"

material = "com.google.android.material:material:1.12.0"

lint-checks = "com.android.tools.lint:lint-checks:31.6.0"
lint-api = "com.android.tools.lint:lint-api:31.6.0"
lint-checks = "com.android.tools.lint:lint-checks:31.7.3"
lint-api = "com.android.tools.lint:lint-api:31.7.3"

0 comments on commit 4e0bee2

Please sign in to comment.