Refactor code structure for improved readability and maintainability
This commit is contained in:
9
android-app/app/src/androidTest/AndroidManifest.xml
Normal file
9
android-app/app/src/androidTest/AndroidManifest.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application
|
||||
android:name="dagger.hilt.android.testing.HiltTestApplication"
|
||||
android:allowBackup="false">
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user