Updated on 2026-08-14
This commit is contained in:
parent
a107ddd36e
commit
3b2c8fa2b4
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue