diff --git a/app/build.gradle b/app/build.gradle index 7aba2de4378c23eecdc454cc167fd99864996376..e12c57079797d2ed675047e426c19402bb498466 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,6 +41,13 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.android.material:material:1.0.0' testImplementation 'junit:junit:4.+' +<<<<<<< HEAD + // 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' +======= androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' +>>>>>>> f7de788a79d6a422d77d0cab63ac99197c44abfb } \ 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" />