remove gradle deprecated line

This commit is contained in:
feruz 2021-01-27 10:56:38 +02:00
parent 8609888e06
commit 84619b2d3a

View File

@ -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: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
bugsnag {
uploadReactNativeMappings = true
}