Browse Source

update gradle

master
munir 9 months 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,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

+ 1
- 1
package.json View File

@@ -45,5 +45,5 @@
45 45
   "scripts": {
46 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