@chen834921478/react-native-select-contact 1.6.8 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@ buildscript {
8
8
  // module dependency in an application project.
9
9
  if (project == rootProject) {
10
10
  repositories {
11
- mavenCentral()
12
11
  google()
12
+ mavenCentral()
13
13
  }
14
14
  dependencies {
15
15
  classpath 'com.android.tools.build:gradle:3.5.2'
@@ -34,7 +34,6 @@ android {
34
34
 
35
35
  repositories {
36
36
  mavenLocal()
37
- mavenCentral()
38
37
  maven {
39
38
  // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
40
39
  url "$rootDir/../node_modules/react-native/android"
@@ -44,6 +43,7 @@ repositories {
44
43
  url "$rootDir/../node_modules/jsc-android/dist"
45
44
  }
46
45
  google()
46
+ mavenCentral()
47
47
  }
48
48
 
49
49
  dependencies {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chen834921478/react-native-select-contact",
3
3
  "description": "A react native company to select a contact from your phone's contact list",
4
- "version": "1.6.8",
4
+ "version": "1.7.0",
5
5
  "nativePackage": true,
6
6
  "typings": "./selectContact.d.ts",
7
7
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/chen834921478/react-native-select-contact"
12
+ "url": "git+https://github.com/chen834921478//react-native-select-contact.git"
13
13
  },
14
14
  "keywords": [
15
15
  "react",
@@ -20,11 +20,11 @@
20
20
  "select contact"
21
21
  ],
22
22
  "author": {
23
- "name": "Streem (originally LynxIT iDigital)"
23
+ "name": "chen834921478/ (originally LynxIT iDigital)"
24
24
  },
25
25
  "license": "MIT",
26
26
  "bugs": {
27
- "url": "https://github.com/chen834921478/react-native-select-contact/issues"
27
+ "url": "https://github.com/chen834921478//react-native-select-contact/issues"
28
28
  },
29
29
  "homepage": "https://github.com/chen834921478/react-native-select-contact",
30
30
  "maintainers": [