diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d63ff6b227..da836aa0ae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -166,6 +166,7 @@ dependencies { implementation(deps.androidx.browser) implementation(deps.androidx.paging.runtime) implementation(deps.androidx.swipeRefreshLayout) + implementation(deps.androidx.fragment.compose) implementation(deps.lifecycle.runtime.ktx) implementation(deps.lifecycle.common.java8) implementation(deps.lifecycle.viewModel.ktx) diff --git a/gradle/dependencies.toml b/gradle/dependencies.toml index f6bdbab80e..fd6300302f 100644 --- a/gradle/dependencies.toml +++ b/gradle/dependencies.toml @@ -16,7 +16,7 @@ androidxBrowser = "1.4.0" androidxConstraintLayout = "2.1.4" androidxKtx = "1.9.0" androidxSplashScreen = "1.0.1" -androidxFragment = "1.5.3" +androidxFragment = "1.8.5" androidxLifecycle = "2.5.1" androidx-paging = "3.1.1" androidx-palette = "1.0.0" @@ -143,6 +143,7 @@ androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayo androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxKtx" } androidx-core-splashScreen = { module = "androidx.core:core-splashscreen", version.ref = "androidxSplashScreen" } androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "androidxFragment" } +androidx-fragment-compose = { module = "androidx.fragment:fragment-compose", version.ref = "androidxFragment" } androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" } androidx-swipeRefreshLayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swipeRefreshLayout" } androidx-palette = { module = "androidx.palette:palette", version.ref = "androidx-palette" }