diff --git a/android/app/build.gradle b/android/app/build.gradle index ba104dca3c..1e7ca7ba6f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -69,7 +69,9 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.1.0' + + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5' if (!rootProject.ext.libreBuild) { implementation 'com.google.android.gms:play-services-auth:16.0.1' @@ -83,9 +85,6 @@ dependencies { } implementation project(':sdk') - - debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1' - releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1' } gradle.projectsEvaluated { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 891e1a9a70..e4411d8e9e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,6 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:name=".MainApplication" android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/AppTheme">