From 5a6335207fdc952990284ca10ec7a95101d62dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 4 Feb 2020 13:34:09 +0100 Subject: [PATCH] android: raise frament library version dependency --- android/sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index 3adfe82cf..d33ba2c45 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.fragment:fragment:1.1.0' + implementation 'androidx.fragment:fragment:1.2.0' //noinspection GradleDynamicVersion api 'com.facebook.react:react-native:+'