From 84619b2d3a8aa2d0ca459a908af4c048801bbb24 Mon Sep 17 00:00:00 2001 From: feruz Date: Wed, 27 Jan 2021 10:56:38 +0200 Subject: [PATCH] remove gradle deprecated line --- android/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1916ffb2f..02d9790fd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -232,7 +232,3 @@ task copyDownloadableDepsToLibs(type: Copy) { apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" - -bugsnag { - uploadReactNativeMappings = true -}