build: update build.gradle and build.gradle

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

@ -275,7 +275,9 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation project(':@react-native-mapbox-gl_maps')
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni' 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. // Top-level build file where you can add configuration options common to all sub-projects/modules.
@ -31,9 +31,6 @@ buildscript {
} }
allprojects { allprojects {
dependencies {
implementation project(':@react-native-mapbox-gl_maps')
}
repositories { repositories {
maven { maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm

Loading…
Cancel
Save