diff --git a/feature/debug/build.gradle b/feature/debug/build.gradle index 4ef20d55..55535394 100644 --- a/feature/debug/build.gradle +++ b/feature/debug/build.gradle @@ -30,6 +30,8 @@ dependencies { implementation libs.androidx.appcompat implementation libs.com.google.android.material + implementation libs.androidx.activity + implementation libs.androidx.constraintlayout testImplementation libs.junit androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core diff --git a/feature/debug/src/main/AndroidManifest.xml b/feature/debug/src/main/AndroidManifest.xml index a5918e68..4ae26da0 100644 --- a/feature/debug/src/main/AndroidManifest.xml +++ b/feature/debug/src/main/AndroidManifest.xml @@ -1,4 +1,10 @@ + + + + \ No newline at end of file