diff --git a/app/build.gradle b/app/build.gradle
index 8c77633a89638dd6c53c2e76462ff209455bf903..88627e2a98cc45af01151438865b5db21b8e1bb2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -41,8 +41,8 @@ dependencies {
     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
     implementation 'com.google.android.material:material:1.0.0'
     testImplementation 'junit:junit:4.+'
-   // androidTestImplementation 'com.android.support.test:runner:1.0.2'
+  // androidTestImplementation 'com.android.support.test:runner:1.0.2'
 
-    //androidTestImplementation 'com.android.support.test:runner:1.0.2'
+   // androidTestImplementation 'com.android.support.test:runner:1.0.2'
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
 }
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4cd8b22a53c3c415626dfbaa107156fe5ada1350..1f60532c238fdfe9e9e2db0c340bec3478a8d696 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -9,6 +9,7 @@
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
         android:theme="@style/Theme.DM_td2">
+        tools:replace="android:appComponentFactory"
         <activity android:name=".MainActivity">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />