Skip to content

Commit f79c238

Browse files
committed
Updated conflicting variable name for junit and androidx-junit
1 parent 5f8b48c commit f79c238

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BasicsCodelab/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "8.13.2"
33
kotlin = "2.3.0"
44
coreKtx = "1.17.0"
55
junit = "4.13.2"
6-
junitVersion = "1.3.0"
6+
androidxJunit = "1.3.0"
77
espressoCore = "3.7.0"
88
lifecycleRuntimeKtx = "2.10.0"
99
activityCompose = "1.12.2"
@@ -12,7 +12,7 @@ composeBom = "2026.01.00"
1212
[libraries]
1313
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
1414
junit = { 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" }
1616
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
1717
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
1818
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }

0 commit comments

Comments
 (0)