File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ dependencies {
7575 implementation(libs.androidx.ui)
7676 implementation(libs.androidx.ui.graphics)
7777 implementation(libs.androidx.ui.tooling.preview)
78- implementation(" androidx.recyclerview:recyclerview:1.4.0" )
78+ implementation(libs.androidx.recyclerview)
79+ implementation(libs.androidx.navigation.runtime)
7980 implementation(libs.androidx.material3)
8081 testImplementation(libs.junit)
8182 androidTestImplementation(libs.androidx.junit)
Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ espressoCore = "3.5.1"
88lifecycleRuntimeKtx = " 2.6.1"
99activityCompose = " 1.8.0"
1010composeBom = " 2024.09.00"
11+ navigationRuntime = " 2.9.0"
12+ recyclerview = " 1.4.0"
1113
1214[libraries ]
1315androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
16+ androidx-navigation-runtime = { module = " androidx.navigation:navigation-runtime" , version.ref = " navigationRuntime" }
17+ androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " recyclerview" }
1418junit = { group = " junit" , name = " junit" , version.ref = " junit" }
1519androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
1620androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
You can’t perform that action at this time.
0 commit comments