@@ -101,31 +101,31 @@ dependencies {
101101 implementation(projects.sentryAndroidCore)
102102 }
103103 implementation(Config .Libs .appCompat)
104- implementation(Config . Libs .androidxCore )
104+ implementation(libs.androidx.core )
105105 implementation(Config .Libs .composeActivity)
106106 implementation(Config .Libs .composeFoundation)
107107 implementation(Config .Libs .composeMaterial)
108108 implementation(Config .Libs .androidxRecylerView)
109109 implementation(Config .Libs .constraintLayout)
110- implementation(Config . TestLibs .espressoIdlingResource )
110+ implementation(libs.androidx.test.espresso.idling.resource )
111111 implementation(Config .Libs .leakCanary)
112112
113113 compileOnly(Config .CompileOnly .nopen)
114114 errorprone(Config .CompileOnly .nopenChecker)
115115 errorprone(Config .CompileOnly .errorprone)
116116 errorprone(Config .CompileOnly .errorProneNullAway)
117117
118+ androidTestUtil(libs.androidx.test.orchestrator)
118119 androidTestImplementation(projects.sentryTestSupport)
119120 androidTestImplementation(libs.kotlin.test.junit)
120- androidTestImplementation(Config .TestLibs .espressoCore)
121- androidTestImplementation(Config .TestLibs .androidxRunner)
122- androidTestImplementation(Config .TestLibs .androidxTestRules)
123- androidTestImplementation(Config .TestLibs .androidxTestCoreKtx)
121+ androidTestImplementation(libs.androidx.test.core.ktx)
122+ androidTestImplementation(libs.androidx.test.espresso.core)
123+ androidTestImplementation(libs.androidx.test.ext.junit)
124+ androidTestImplementation(libs.androidx.test.rules)
125+ androidTestImplementation(libs.androidx.test.runner)
124126 androidTestImplementation(libs.okhttp.mockwebserver)
125- androidTestImplementation(Config .TestLibs .androidxJunit)
126127 androidTestImplementation(Config .TestLibs .leakCanaryInstrumentation)
127128 androidTestImplementation(Config .TestLibs .awaitility3)
128- androidTestUtil(Config .TestLibs .androidxTestOrchestrator)
129129}
130130
131131tasks.withType<JavaCompile >().configureEach {
0 commit comments