|
@@ -1,7 +1,7 @@
|
1
|
1
|
buildscript {
|
2
|
2
|
repositories {
|
3
|
|
- jcenter { url "http://jcenter.bintray.com/" }
|
4
|
|
- maven {url "http://repo.spring.io/plugins-release/"}
|
|
3
|
+ jcenter { url "https://jcenter.bintray.com/" }
|
|
4
|
+ maven {url "https://repo.spring.io/plugins-release/"}
|
5
|
5
|
mavenCentral()
|
6
|
6
|
maven {
|
7
|
7
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
|
@@ -40,8 +40,8 @@ android {
|
40
|
40
|
}
|
41
|
41
|
|
42
|
42
|
repositories {
|
43
|
|
- jcenter { url "http://jcenter.bintray.com/" }
|
44
|
|
- maven {url "http://repo.spring.io/plugins-release/"}
|
|
43
|
+ jcenter { url "https://jcenter.bintray.com/" }
|
|
44
|
+ maven {url "https://repo.spring.io/plugins-release/"}
|
45
|
45
|
mavenCentral()
|
46
|
46
|
maven {
|
47
|
47
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|