|
@@ -2,10 +2,11 @@
|
2
|
2
|
|
3
|
3
|
buildscript {
|
4
|
4
|
repositories {
|
|
5
|
+ google()
|
5
|
6
|
jcenter()
|
6
|
7
|
}
|
7
|
8
|
dependencies {
|
8
|
|
- classpath 'com.android.tools.build:gradle:2.3.3'
|
|
9
|
+ classpath 'com.android.tools.build:gradle:3.0.1'
|
9
|
10
|
|
10
|
11
|
// NOTE: Do not place your application dependencies here; they belong
|
11
|
12
|
// in the individual module build.gradle files
|
|
@@ -16,6 +17,7 @@ allprojects {
|
16
|
17
|
repositories {
|
17
|
18
|
mavenLocal()
|
18
|
19
|
jcenter()
|
|
20
|
+ google()
|
19
|
21
|
maven {
|
20
|
22
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
21
|
23
|
url "$rootDir/../node_modules/react-native/android"
|