@chen834921478/react-native-select-contact 1.6.6 → 1.6.8
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.
- package/android/build.gradle +2 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -8,8 +8,8 @@ buildscript {
|
|
|
8
8
|
// module dependency in an application project.
|
|
9
9
|
if (project == rootProject) {
|
|
10
10
|
repositories {
|
|
11
|
+
mavenCentral()
|
|
11
12
|
google()
|
|
12
|
-
mavenLocal()
|
|
13
13
|
}
|
|
14
14
|
dependencies {
|
|
15
15
|
classpath 'com.android.tools.build:gradle:3.5.2'
|
|
@@ -34,6 +34,7 @@ android {
|
|
|
34
34
|
|
|
35
35
|
repositories {
|
|
36
36
|
mavenLocal()
|
|
37
|
+
mavenCentral()
|
|
37
38
|
maven {
|
|
38
39
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
|
39
40
|
url "$rootDir/../node_modules/react-native/android"
|
|
@@ -43,7 +44,6 @@ repositories {
|
|
|
43
44
|
url "$rootDir/../node_modules/jsc-android/dist"
|
|
44
45
|
}
|
|
45
46
|
google()
|
|
46
|
-
|
|
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.
|
|
4
|
+
"version": "1.6.8",
|
|
5
5
|
"nativePackage": true,
|
|
6
6
|
"typings": "./selectContact.d.ts",
|
|
7
7
|
"scripts": {
|