Skip to content

Commit 83bf3e1

Browse files
committed
Exclude changes made to build.gradle
1 parent 601b3eb commit 83bf3e1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

android/build.gradle

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
buildscript {
2-
repositories {
3-
google()
4-
mavenCentral()
5-
}
6-
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.5.3'
8-
}
9-
}
10-
111
apply plugin: 'com.android.library'
122

133
buildscript {
@@ -55,12 +45,7 @@ android {
5545
}
5646

5747
repositories {
58-
maven {
59-
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
60-
url("$rootDir/../node_modules/react-native/android")
61-
}
62-
google()
63-
mavenCentral()
48+
mavenCentral()
6449
}
6550

6651
dependencies {

0 commit comments

Comments
 (0)