diff --git a/android/app/build.gradle b/android/app/build.gradle
index 4c96b6ae9c..720e3120fd 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -311,9 +311,8 @@ dependencies {
implementation jscFlavor
}
- implementation 'com.android.support:multidex:1.0.2'
+ implementation 'androidx.multidex:multidex:2.0.1' // only needed if minSdkVersion is less than 21 (https://developer.android.com/studio/build/multidex)
implementation project(':react-native-dialogs')
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
// Force using exact RN version instead of relying on gradle dependency resolution
// https://docs.gradle.org/current/userguide/introduction_dependency_management.html#sec:dependency_resolution
// NOTE: Uncomment if building RN from a fork
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 85e9ade088..cc53ca1660 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -85,7 +85,7 @@