11[versions ]
2- agp = " 7.3.1 "
2+ agp = " 8.1.0 "
33appcompat = " 1.6.1"
4- benchmark = " 1.2.0-beta01 "
4+ benchmark = " 1.2.0-beta02 "
55cardView = " 1.0.0"
66constraintLayout = " 2.1.4"
77core = " 1.10.1"
88kotlin = " 1.8.22"
99material = " 1.9.0"
10- recyclerView = " 1.3.0 "
10+ recyclerView = " 1.3.1 "
1111
1212androidxTest = " 1.5.2"
13+ androidxTestRules = " 1.5.0"
1314espressoCore = " 3.5.1"
1415jUnit = " 4.13.2"
1516testExt = " 1.1.5"
@@ -18,7 +19,6 @@ testExt = "1.1.5"
1819
1920appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
2021benchmark = { group = " androidx.benchmark" , name = " benchmark-junit4" , version.ref = " benchmark" }
21- benchmark-junit = { group = " androidx.benchmark" , name = " benchmark-macro-junit4" , version.ref = " benchmark" }
2222cardview = { group = " androidx.cardview" , name = " cardview" , version.ref = " cardView" }
2323constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " constraintLayout" }
2424core = { group = " androidx.core" , name = " core-ktx" , version.ref = " core" }
@@ -28,7 +28,7 @@ kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", versio
2828material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
2929recyclerview = { group = " androidx.recyclerview" , name = " recyclerview" , version.ref = " recyclerView" }
3030test-ext = { group = " androidx.test.ext" , name = " junit" , version.ref = " testExt" }
31- test-rules = { group = " androidx.test" , name = " rules" , version.ref = " androidxTest " }
31+ test-rules = { group = " androidx.test" , name = " rules" , version.ref = " androidxTestRules " }
3232test-runner = { group = " androidx.test" , name = " runner" , version.ref = " androidxTest" }
3333
3434[plugins ]
0 commit comments