expo-cellular 7.1.0 → 7.1.1-canary-20250408-7f0ab53
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.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.module +87 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.pom +35 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.1.1-canary-20250408-7f0ab53/expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -4,12 +4,12 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '7.1.
|
|
7
|
+
version = '7.1.1-canary-20250408-7f0ab53'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.cellular"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 11
|
|
13
|
-
versionName '7.1.
|
|
13
|
+
versionName '7.1.1-canary-20250408-7f0ab53'
|
|
14
14
|
}
|
|
15
15
|
}
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["CellularModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.cellular.CellularModule"]
|
|
7
|
+
"modules": ["expo.modules.cellular.CellularModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.cellular",
|
|
11
|
+
"version": "7.1.1-canary-20250408-7f0ab53",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d2165072a7c57dd18054827859360cfb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d98975ec89c93fda95ed3ddcb3484d3c7274daad
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2bfd6491ee0f01061fb7a485dd07daeddde0011bd5bb5523e07b6497cebca70e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ab485566e6ad6812c22b8951a3f983c8956d63c1f6cbe5625e9267c44b0225bfc71ce99891c833461bc7e549480a4dda96f51fa6db38af8acf2a0d816da224e2
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f51f927f146037d5d061d04631f8a679
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c7ea32dfd032627aef27d7047f730270bffef0aa
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
85f3bf81dd75b01fb640ddbd4cc50918cbc1b44f0be29cf33c459bdef13c8643
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ffec4743bfda2a44529ffb256c3feb453c3dfd7939f4f1d928db3f78d176d27d6962465c3af7bac21f5fcec1380d72f4112b356cdd9c567199f1644768c81b5a
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.cellular",
|
|
6
|
+
"version": "7.1.1-canary-20250408-7f0ab53",
|
|
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.cellular-7.1.1-canary-20250408-7f0ab53.aar",
|
|
28
|
+
"url": "expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar",
|
|
29
|
+
"size": 23702,
|
|
30
|
+
"sha512": "ffec4743bfda2a44529ffb256c3feb453c3dfd7939f4f1d928db3f78d176d27d6962465c3af7bac21f5fcec1380d72f4112b356cdd9c567199f1644768c81b5a",
|
|
31
|
+
"sha256": "85f3bf81dd75b01fb640ddbd4cc50918cbc1b44f0be29cf33c459bdef13c8643",
|
|
32
|
+
"sha1": "c7ea32dfd032627aef27d7047f730270bffef0aa",
|
|
33
|
+
"md5": "f51f927f146037d5d061d04631f8a679"
|
|
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
|
+
"files": [
|
|
55
|
+
{
|
|
56
|
+
"name": "expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar",
|
|
57
|
+
"url": "expo.modules.cellular-7.1.1-canary-20250408-7f0ab53.aar",
|
|
58
|
+
"size": 23702,
|
|
59
|
+
"sha512": "ffec4743bfda2a44529ffb256c3feb453c3dfd7939f4f1d928db3f78d176d27d6962465c3af7bac21f5fcec1380d72f4112b356cdd9c567199f1644768c81b5a",
|
|
60
|
+
"sha256": "85f3bf81dd75b01fb640ddbd4cc50918cbc1b44f0be29cf33c459bdef13c8643",
|
|
61
|
+
"sha1": "c7ea32dfd032627aef27d7047f730270bffef0aa",
|
|
62
|
+
"md5": "f51f927f146037d5d061d04631f8a679"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"org.gradle.category": "documentation",
|
|
70
|
+
"org.gradle.dependency.bundling": "external",
|
|
71
|
+
"org.gradle.docstype": "sources",
|
|
72
|
+
"org.gradle.usage": "java-runtime"
|
|
73
|
+
},
|
|
74
|
+
"files": [
|
|
75
|
+
{
|
|
76
|
+
"name": "expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
77
|
+
"url": "expo.modules.cellular-7.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
78
|
+
"size": 2471,
|
|
79
|
+
"sha512": "ab485566e6ad6812c22b8951a3f983c8956d63c1f6cbe5625e9267c44b0225bfc71ce99891c833461bc7e549480a4dda96f51fa6db38af8acf2a0d816da224e2",
|
|
80
|
+
"sha256": "2bfd6491ee0f01061fb7a485dd07daeddde0011bd5bb5523e07b6497cebca70e",
|
|
81
|
+
"sha1": "d98975ec89c93fda95ed3ddcb3484d3c7274daad",
|
|
82
|
+
"md5": "d2165072a7c57dd18054827859360cfb"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
595f2f946f68d11bb37cab4d46a15e6a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
20c364dc33040fdeea99ce7d1db05bed42d200ad
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8a7712533726cd4b8c59553834f582d504fad43291c3a2b0638c46e2e520c406
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
87e6f8d1054b611d2a6dec26483f570bf8660981b40c8378aadf4036b9a880098671ea02373920881abaa5a149369285c2963d7b96067644da74ab8615fd1cbd
|
|
@@ -0,0 +1,35 @@
|
|
|
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.cellular</artifactId>
|
|
12
|
+
<version>7.1.1-canary-20250408-7f0ab53</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.cellular</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
|
+
</dependencies>
|
|
35
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
07c7d07cd03348cd59674c6beb5f54eb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ba36d904bf00058a27aa14fe5c0849550ea538bf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a81501b1a1bff1ba5617901987cf93a3435fcd4d11a81609967996f1aac44f9d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
edd2a4398e49bcb73ea4c17d189978cb6dd857f83c12b4fd036a50ae83112bb8fb157309ef2fa16715eeade16dcafce3d3cc1a42b655cf08bdc47c4164393c48
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.cellular</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>7.1.1-canary-20250408-7f0ab53</latest>
|
|
7
|
+
<release>7.1.1-canary-20250408-7f0ab53</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>7.1.1-canary-20250408-7f0ab53</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250408205749</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
20180bc980287c6155bd93438823e4aa
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5974f851ad84321f5b959728cf569b3643c0a9c2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3f350727d99231753ad3113965c4c08061508f32110b4a771b0fb5c0da00ec91
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e8838ea5138ed4593630c6f3fd9a97c79773f36af2f2332d97ac7d9cdbcd67f0879667ee5109c5b91555b145fb50a5eedc4a9038f0c4db88acf571271ec8fe79
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-cellular",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1-canary-20250408-7f0ab53",
|
|
4
4
|
"description": "Provides information about the user’s cellular service provider",
|
|
5
5
|
"main": "build/Cellular.js",
|
|
6
6
|
"types": "build/Cellular.d.ts",
|
|
@@ -31,10 +31,9 @@
|
|
|
31
31
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/cellular/",
|
|
32
32
|
"dependencies": {},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"expo-module-scripts": "
|
|
34
|
+
"expo-module-scripts": "4.1.1-canary-20250408-7f0ab53"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"expo": "
|
|
38
|
-
}
|
|
39
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
37
|
+
"expo": "53.0.0-canary-20250408-7f0ab53"
|
|
38
|
+
}
|
|
40
39
|
}
|