expo-contacts 14.1.0 → 14.1.1-canary-20250407-10a9b42
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/expo-module.config.json +7 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.module +94 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.pom +41 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250407-10a9b42/expo.modules.contacts-14.1.1-canary-20250407-10a9b42.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '14.1.
|
|
7
|
+
version = '14.1.1-canary-20250407-10a9b42'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.contacts"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 29
|
|
13
|
-
versionName "14.1.
|
|
13
|
+
versionName "14.1.1-canary-20250407-10a9b42"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["ContactsModule", "ContactAccessButtonModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.contacts.ContactsModule"]
|
|
7
|
+
"modules": ["expo.modules.contacts.ContactsModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.contacts",
|
|
11
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2d4ca7a318f43555ff2820fcb37cd288
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6e2521a77e5d8d3633d441e087238e9e7e2a16cb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
01ff44e5b71958249c95c32f17662581
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
003ad77bc7efef2c0d2fa7e66a47f562ace17f68
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.contacts",
|
|
6
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.13"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"variants": [
|
|
17
|
+
{
|
|
18
|
+
"name": "releaseVariantReleaseApiPublication",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"org.gradle.category": "library",
|
|
21
|
+
"org.gradle.dependency.bundling": "external",
|
|
22
|
+
"org.gradle.libraryelements": "aar",
|
|
23
|
+
"org.gradle.usage": "java-api"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
{
|
|
27
|
+
"name": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar",
|
|
28
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar",
|
|
29
|
+
"size": 109913,
|
|
30
|
+
"sha512": "768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb",
|
|
31
|
+
"sha256": "ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e",
|
|
32
|
+
"sha1": "003ad77bc7efef2c0d2fa7e66a47f562ace17f68",
|
|
33
|
+
"md5": "01ff44e5b71958249c95c32f17662581"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"org.gradle.category": "library",
|
|
41
|
+
"org.gradle.dependency.bundling": "external",
|
|
42
|
+
"org.gradle.libraryelements": "aar",
|
|
43
|
+
"org.gradle.usage": "java-runtime"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": [
|
|
46
|
+
{
|
|
47
|
+
"group": "org.jetbrains.kotlin",
|
|
48
|
+
"module": "kotlin-stdlib-jdk7",
|
|
49
|
+
"version": {
|
|
50
|
+
"requires": "2.0.21"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"group": "androidx.annotation",
|
|
55
|
+
"module": "annotation",
|
|
56
|
+
"version": {
|
|
57
|
+
"requires": "1.2.0"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"files": [
|
|
62
|
+
{
|
|
63
|
+
"name": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar",
|
|
64
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42.aar",
|
|
65
|
+
"size": 109913,
|
|
66
|
+
"sha512": "768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb",
|
|
67
|
+
"sha256": "ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e",
|
|
68
|
+
"sha1": "003ad77bc7efef2c0d2fa7e66a47f562ace17f68",
|
|
69
|
+
"md5": "01ff44e5b71958249c95c32f17662581"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
75
|
+
"attributes": {
|
|
76
|
+
"org.gradle.category": "documentation",
|
|
77
|
+
"org.gradle.dependency.bundling": "external",
|
|
78
|
+
"org.gradle.docstype": "sources",
|
|
79
|
+
"org.gradle.usage": "java-runtime"
|
|
80
|
+
},
|
|
81
|
+
"files": [
|
|
82
|
+
{
|
|
83
|
+
"name": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar",
|
|
84
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250407-10a9b42-sources.jar",
|
|
85
|
+
"size": 19911,
|
|
86
|
+
"sha512": "889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51",
|
|
87
|
+
"sha256": "7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6",
|
|
88
|
+
"sha1": "6e2521a77e5d8d3633d441e087238e9e7e2a16cb",
|
|
89
|
+
"md5": "2d4ca7a318f43555ff2820fcb37cd288"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
72766c5b4ca40c2ff72285c5665be93a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7b5ddd2e3440d8eecf3bb9f9ba79bbd29681ea58
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ef3ec20e4c60e6686faf2e5bec7eb49d1fe6e7a79f7097ee3aa7f8e3fc85a37d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
74fa161bcf6a490875337c5d204dd0fe88a7d4efdf6d5de623cd70ab5819bb2e071e31e5596885c151cab90447e26e79b2e1c6932e8bac73a123a703e4b526df
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
5
|
+
<!-- which should be used instead. Do not delete the following line which -->
|
|
6
|
+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
7
|
+
<!-- that they should prefer consuming it instead. -->
|
|
8
|
+
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
9
|
+
<modelVersion>4.0.0</modelVersion>
|
|
10
|
+
<groupId>host.exp.exponent</groupId>
|
|
11
|
+
<artifactId>expo.modules.contacts</artifactId>
|
|
12
|
+
<version>14.1.1-canary-20250407-10a9b42</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.contacts</name>
|
|
15
|
+
<url>https://github.com/expo/expo</url>
|
|
16
|
+
<licenses>
|
|
17
|
+
<license>
|
|
18
|
+
<name>MIT License</name>
|
|
19
|
+
<url>https://github.com/expo/expo/blob/main/LICENSE</url>
|
|
20
|
+
</license>
|
|
21
|
+
</licenses>
|
|
22
|
+
<scm>
|
|
23
|
+
<connection>https://github.com/expo/expo.git</connection>
|
|
24
|
+
<developerConnection>https://github.com/expo/expo.git</developerConnection>
|
|
25
|
+
<url>https://github.com/expo/expo</url>
|
|
26
|
+
</scm>
|
|
27
|
+
<dependencies>
|
|
28
|
+
<dependency>
|
|
29
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
30
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
31
|
+
<version>2.0.21</version>
|
|
32
|
+
<scope>runtime</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
<dependency>
|
|
35
|
+
<groupId>androidx.annotation</groupId>
|
|
36
|
+
<artifactId>annotation</artifactId>
|
|
37
|
+
<version>1.2.0</version>
|
|
38
|
+
<scope>runtime</scope>
|
|
39
|
+
</dependency>
|
|
40
|
+
</dependencies>
|
|
41
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5880fe961e297c8d4428459044e03fec
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fab49abe4820e6518fee1bea9e64bdcca46cbc4a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ee7dac9aa4a0a74aea87a7ecef55d8a1f854971a356eea41853a05517e871c6c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7452809fe3910d866e71fddcb3146e248d19ddc53893555f138f39bd604966b8760c366cb1b62e0ebfb8e82e842080388f325a42b4c8fb9501ceaa036986dba4
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.contacts</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>14.1.1-canary-20250407-10a9b42</latest>
|
|
7
|
+
<release>14.1.1-canary-20250407-10a9b42</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>14.1.1-canary-20250407-10a9b42</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250407111725</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
70604c7435f8556bf37fd0c8f6d2e8c0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3c34242dd1fd90aae2c9162239f08af85d9743a8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5f6d72b5fcbcc4f8c8e0e6954bc6fa396629eb85c909eb9c249688bf7fcae2b4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c78f62455a4f5a51952cb31b9f5c80cc193a78c3e4d5c1ceb62a64c3b7a9f2e4ddda1e7faa0c9a3d92d61ec82c391abc0f19ee8bc9b6c499fbd3784ba7037cd6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-contacts",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
4
4
|
"description": "Provides access to the phone's system contacts.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -34,12 +34,11 @@
|
|
|
34
34
|
"preset": "expo-module-scripts"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"expo-module-scripts": "
|
|
37
|
+
"expo-module-scripts": "4.1.1-canary-20250407-10a9b42"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "
|
|
40
|
+
"expo": "53.0.0-canary-20250407-10a9b42",
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
43
|
+
}
|
|
45
44
|
}
|