build: update build.gradle and build.gradle

master
Reza_ashrafi 2 years ago
parent 14e73bf517
commit 902293ea89
  1. 2
      android/app/build.gradle
  2. 5
      android/build.gradle

@ -276,6 +276,8 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation project(':@react-native-mapbox-gl_maps')
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}

@ -1,4 +1,4 @@
import org.apache.tools.ant.taskdefs.condition.OS
import org.apache.tools.ant.taskdefs.condition.Os
// Top-level build file where you can add configuration options common to all sub-projects/modules.
@ -31,9 +31,6 @@ buildscript {
}
allprojects {
dependencies {
implementation project(':@react-native-mapbox-gl_maps')
}
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm

Loading…
Cancel
Save