File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ agp = "8.13.2"
33kotlin = " 2.3.0"
44coreKtx = " 1.17.0"
55junit = " 4.13.2"
6- junitVersion = " 1.3.0"
6+ androidxJunit = " 1.3.0"
77espressoCore = " 3.7.0"
88lifecycleRuntimeKtx = " 2.10.0"
99activityCompose = " 1.12.2"
@@ -12,7 +12,7 @@ composeBom = "2026.01.00"
1212[libraries ]
1313androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
1414junit = { group = " junit" , name = " junit" , version.ref = " junit" }
15- androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion " }
15+ androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " androidxJunit " }
1616androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
1717androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
1818androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
You can’t perform that action at this time.
0 commit comments