Browse Source

update gradle

master
munir 1 year ago
parent
commit
d90bf54d99
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      android/build.gradle
  2. 1
    1
      package.json

+ 4
- 4
android/build.gradle View File

1
 buildscript {
1
 buildscript {
2
     repositories {
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
         mavenCentral()
5
         mavenCentral()
6
         maven {
6
         maven {
7
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
7
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
40
 }
40
 }
41
 
41
 
42
 repositories {
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
     mavenCentral()
45
     mavenCentral()
46
     maven {
46
     maven {
47
         // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
47
         // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm

+ 1
- 1
package.json View File

45
   "scripts": {
45
   "scripts": {
46
     "test": "echo \"Error: no test specified\" && exit 1"
46
     "test": "echo \"Error: no test specified\" && exit 1"
47
   },
47
   },
48
-  "version": "0.0.8"
48
+  "version": "0.0.9"
49
 }
49
 }

Loading…
Cancel
Save