From e4eabd2810d492004de5808911316b90a6d7aca5 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Wed, 7 Aug 2019 15:08:22 +0200 Subject: [PATCH] Migrate to use AndroidX --- android/app/build.gradle | 3 +-- android/app/src/main/AndroidManifest.xml | 2 +- .../app/src/main/java/im/status/ethereum/MainActivity.java | 4 ++-- .../app/src/main/java/im/status/ethereum/MainApplication.java | 2 +- .../src/main/java/im/status/ethereum/module/StatusModule.java | 2 +- nix/mobile/android/maven-and-npm-deps/default.nix | 3 +++ 6 files changed, 9 insertions(+), 7 deletions(-) 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 @@