From 4b242e1f04e4a3c9bd3c7b5b3d33811115a54fce Mon Sep 17 00:00:00 2001 From: wu2018 <45372357+daguehw@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:00:38 +0100 Subject: [PATCH] change --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8c77633..88627e2 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 4cd8b22..1f60532 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" /> -- GitLab