expo-cellular 7.0.3-canary-20250403-13261ac → 7.0.3-canary-20250404-87e2506
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 +1 -7
- package/package.json +4 -5
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.aar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.aar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.aar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.aar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.module +0 -87
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.module.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.module.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.module.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.module.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.pom +0 -35
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.pom.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.pom.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.pom.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/7.0.3-canary-20250403-13261ac/expo.modules.cellular-7.0.3-canary-20250403-13261ac.pom.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml +0 -13
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.cellular/maven-metadata.xml.sha512 +0 -1
package/android/build.gradle
CHANGED
|
@@ -4,12 +4,12 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '7.0.
|
|
7
|
+
version = '7.0.1'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.cellular"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 11
|
|
13
|
-
versionName '7.0.
|
|
13
|
+
versionName '7.0.1'
|
|
14
14
|
}
|
|
15
15
|
}
|
package/expo-module.config.json
CHANGED
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
"modules": ["CellularModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.cellular.CellularModule"]
|
|
8
|
-
"publication": {
|
|
9
|
-
"groupId": "host.exp.exponent",
|
|
10
|
-
"artifactId": "expo.modules.cellular",
|
|
11
|
-
"version": "7.0.3-canary-20250403-13261ac",
|
|
12
|
-
"repository": "local-maven-repo"
|
|
13
|
-
}
|
|
7
|
+
"modules": ["expo.modules.cellular.CellularModule"]
|
|
14
8
|
}
|
|
15
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-cellular",
|
|
3
|
-
"version": "7.0.3-canary-
|
|
3
|
+
"version": "7.0.3-canary-20250404-87e2506",
|
|
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": "4.0.
|
|
34
|
+
"expo-module-scripts": "4.0.6-canary-20250404-87e2506"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"expo": "53.0.0-canary-
|
|
38
|
-
}
|
|
39
|
-
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
37
|
+
"expo": "53.0.0-canary-20250404-87e2506"
|
|
38
|
+
}
|
|
40
39
|
}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d2165072a7c57dd18054827859360cfb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d98975ec89c93fda95ed3ddcb3484d3c7274daad
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2bfd6491ee0f01061fb7a485dd07daeddde0011bd5bb5523e07b6497cebca70e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ab485566e6ad6812c22b8951a3f983c8956d63c1f6cbe5625e9267c44b0225bfc71ce99891c833461bc7e549480a4dda96f51fa6db38af8acf2a0d816da224e2
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f51f927f146037d5d061d04631f8a679
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c7ea32dfd032627aef27d7047f730270bffef0aa
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
85f3bf81dd75b01fb640ddbd4cc50918cbc1b44f0be29cf33c459bdef13c8643
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ffec4743bfda2a44529ffb256c3feb453c3dfd7939f4f1d928db3f78d176d27d6962465c3af7bac21f5fcec1380d72f4112b356cdd9c567199f1644768c81b5a
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formatVersion": "1.1",
|
|
3
|
-
"component": {
|
|
4
|
-
"group": "host.exp.exponent",
|
|
5
|
-
"module": "expo.modules.cellular",
|
|
6
|
-
"version": "7.0.3-canary-20250403-13261ac",
|
|
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.0.3-canary-20250403-13261ac.aar",
|
|
28
|
-
"url": "expo.modules.cellular-7.0.3-canary-20250403-13261ac.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.0.3-canary-20250403-13261ac.aar",
|
|
57
|
-
"url": "expo.modules.cellular-7.0.3-canary-20250403-13261ac.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.0.3-canary-20250403-13261ac-sources.jar",
|
|
77
|
-
"url": "expo.modules.cellular-7.0.3-canary-20250403-13261ac-sources.jar",
|
|
78
|
-
"size": 2471,
|
|
79
|
-
"sha512": "ab485566e6ad6812c22b8951a3f983c8956d63c1f6cbe5625e9267c44b0225bfc71ce99891c833461bc7e549480a4dda96f51fa6db38af8acf2a0d816da224e2",
|
|
80
|
-
"sha256": "2bfd6491ee0f01061fb7a485dd07daeddde0011bd5bb5523e07b6497cebca70e",
|
|
81
|
-
"sha1": "d98975ec89c93fda95ed3ddcb3484d3c7274daad",
|
|
82
|
-
"md5": "d2165072a7c57dd18054827859360cfb"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b64201f7033915daa8c4bfad4606abf9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
31ed8c4b285b41537ef26df3de840e4ff5d3835b
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
378a23a7fb21fba4b8a67fdf01ffd32c1a9e4644351dd9f68f04e6963823d4c9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
37e2c1a4ac46daf304885adca368cad67256ca91cda693bff603ea2aad22ebf64da9884fddcb16dceeebd8d2af70265b573b4649f9ee4c406f22669e94e396bb
|
|
@@ -1,35 +0,0 @@
|
|
|
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.0.3-canary-20250403-13261ac</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>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9009a54139c772c75a8bb51f888f58d8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5ac00d4796a845a73a2075c770a377821f898b5f
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fc4f2e2720fde82c8b5d3d49689aa59f79265d2990bef5db4bd7e7e858c251cd
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
215823677498643753d572db35939678d9979af59af784daa680ac6a3bb7b06bfd52c64acb0253496b204d2a6d336bdadc05bddeb96cc7a9134e0d00018e663d
|
|
@@ -1,13 +0,0 @@
|
|
|
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.0.3-canary-20250403-13261ac</latest>
|
|
7
|
-
<release>7.0.3-canary-20250403-13261ac</release>
|
|
8
|
-
<versions>
|
|
9
|
-
<version>7.0.3-canary-20250403-13261ac</version>
|
|
10
|
-
</versions>
|
|
11
|
-
<lastUpdated>20250402223119</lastUpdated>
|
|
12
|
-
</versioning>
|
|
13
|
-
</metadata>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a01d471398b5ca9f774b2c2ac3a96060
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9d5468e60083f8d271b1cc9c1cb526a9fb3d9e76
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2634790ab5b5d7acb56e1d8dbafd1ebaae91defb9559f461f705a41205e60670
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1827b15bc723fb13f72b9af549f7c276023d9e896fe2220f91550ea7252b95148ce20e0b09b7f53184717ea98ace91bf1496bd5b5c8dbb77aa8272b5bc01c26f
|