From 92f9151df8ed446fb1bb0b903d5a4576b61e37db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 14:46:24 +0000 Subject: [PATCH] chore(deps): update dependency androidx.multidex:multidex to v2.0.1 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index bbb9d07..1e96782 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.core:core-ktx:1.3.1' - implementation 'androidx.multidex:multidex:2.0.0' + implementation 'androidx.multidex:multidex:2.0.1' implementation "com.facebook.react:react-native:0.63.3" // From node_modules implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"