From ce1691f1481ec48fa9a388635949e06d9402f83d Mon Sep 17 00:00:00 2001 From: Shubham Tyagi Date: Tue, 2 Jul 2024 16:19:42 +0530 Subject: [PATCH] workflow modified: app/build.gradle.kts --- app/build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1cdd753..a0a35dd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -69,6 +69,11 @@ dependencies { // androidTestImplementation(libs.androidx.espresso.core) // androidTestImplementation(platform(libs.androidx.compose.bom)) // androidTestImplementation(libs.androidx.ui.test.junit4) +<<<<<<< HEAD // debugImplementation(libs.androidx.ui.tooling) // debugImplementation(libs.androidx.ui.test.manifest) +======= + debugImplementation(libs.androidx.ui.tooling) + debugImplementation(libs.androidx.ui.test.manifest) +>>>>>>> 0e26d54 (workflow) } \ No newline at end of file