expo-location 18.0.11-canary-20250404-3c3b5fd → 18.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/CHANGELOG.md +6 -0
- package/android/build.gradle +2 -2
- package/expo-module.config.json +7 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.module +110 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.pom +47 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250407-10a9b42/expo.modules.location-18.1.1-canary-20250407-10a9b42.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha512 +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
### 🐛 Bug fixes
|
|
10
10
|
|
|
11
|
+
### 💡 Others
|
|
12
|
+
|
|
13
|
+
## 18.1.0 — 2025-04-04
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug fixes
|
|
16
|
+
|
|
11
17
|
- [Android] Add missing ProGuard rule to fix task consumer failed ([#34098](https://github.com/expo/expo/pull/34098) by [@cornejobarraza](https://github.com/cornejobarraza))
|
|
12
18
|
- [iOS] `startLocationUpdatesAsync` should not require background permissions ([#33617](https://github.com/expo/expo/pull/33617) by [@andrejpavlovic](https://github.com/andrejpavlovic)
|
|
13
19
|
|
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '18.
|
|
7
|
+
version = '18.1.1-canary-20250407-10a9b42'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.location"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 29
|
|
13
|
-
versionName "18.
|
|
13
|
+
versionName "18.1.1-canary-20250407-10a9b42"
|
|
14
14
|
consumerProguardFiles("proguard-rules.pro")
|
|
15
15
|
}
|
|
16
16
|
}
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["LocationModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.location.LocationModule"]
|
|
7
|
+
"modules": ["expo.modules.location.LocationModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.location",
|
|
11
|
+
"version": "18.1.1-canary-20250407-10a9b42",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
009930bf49815cd59874db36ca7f4ab1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
838e05dcb6c21532cad991a724a4ce9ce2a3e572
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d30c5c5e8e013d7356095a0ba9b19939ede75235295cac9193aa27a7601f2d8a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
68920c75933565fda76d75b67d44945458385ade303118b7942cf8e07ad741a25dafc44fa2a5046aaa04f6be46a13ef14d80ac131aedd115061b5ac7c863dc94
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
556b18e4a484251868e2b80fb2400bc9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9eb1d7b49143fadcd5e69eccd214e25b23ca7e49
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1aea5a6b3fd289628062582aad3e511c3dded4b9e1698be4dabea6f8f8dee952
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9d46ba015b36cdb45893d41d39621afaae41598e4823ff3586f60417717930e93d3becddbbd502504546551cdb9a8424a1c595e63a7dc19479b79679de39c2b2
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.location",
|
|
6
|
+
"version": "18.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
|
+
"dependencies": [
|
|
26
|
+
{
|
|
27
|
+
"group": "com.google.android.gms",
|
|
28
|
+
"module": "play-services-location",
|
|
29
|
+
"version": {
|
|
30
|
+
"requires": "21.0.1"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"files": [
|
|
35
|
+
{
|
|
36
|
+
"name": "expo.modules.location-18.1.1-canary-20250407-10a9b42.aar",
|
|
37
|
+
"url": "expo.modules.location-18.1.1-canary-20250407-10a9b42.aar",
|
|
38
|
+
"size": 184741,
|
|
39
|
+
"sha512": "9d46ba015b36cdb45893d41d39621afaae41598e4823ff3586f60417717930e93d3becddbbd502504546551cdb9a8424a1c595e63a7dc19479b79679de39c2b2",
|
|
40
|
+
"sha256": "1aea5a6b3fd289628062582aad3e511c3dded4b9e1698be4dabea6f8f8dee952",
|
|
41
|
+
"sha1": "9eb1d7b49143fadcd5e69eccd214e25b23ca7e49",
|
|
42
|
+
"md5": "556b18e4a484251868e2b80fb2400bc9"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
48
|
+
"attributes": {
|
|
49
|
+
"org.gradle.category": "library",
|
|
50
|
+
"org.gradle.dependency.bundling": "external",
|
|
51
|
+
"org.gradle.libraryelements": "aar",
|
|
52
|
+
"org.gradle.usage": "java-runtime"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": [
|
|
55
|
+
{
|
|
56
|
+
"group": "org.jetbrains.kotlin",
|
|
57
|
+
"module": "kotlin-stdlib-jdk7",
|
|
58
|
+
"version": {
|
|
59
|
+
"requires": "2.0.21"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"group": "androidx.annotation",
|
|
64
|
+
"module": "annotation",
|
|
65
|
+
"version": {
|
|
66
|
+
"requires": "1.7.1"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"group": "com.google.android.gms",
|
|
71
|
+
"module": "play-services-location",
|
|
72
|
+
"version": {
|
|
73
|
+
"requires": "21.0.1"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"files": [
|
|
78
|
+
{
|
|
79
|
+
"name": "expo.modules.location-18.1.1-canary-20250407-10a9b42.aar",
|
|
80
|
+
"url": "expo.modules.location-18.1.1-canary-20250407-10a9b42.aar",
|
|
81
|
+
"size": 184741,
|
|
82
|
+
"sha512": "9d46ba015b36cdb45893d41d39621afaae41598e4823ff3586f60417717930e93d3becddbbd502504546551cdb9a8424a1c595e63a7dc19479b79679de39c2b2",
|
|
83
|
+
"sha256": "1aea5a6b3fd289628062582aad3e511c3dded4b9e1698be4dabea6f8f8dee952",
|
|
84
|
+
"sha1": "9eb1d7b49143fadcd5e69eccd214e25b23ca7e49",
|
|
85
|
+
"md5": "556b18e4a484251868e2b80fb2400bc9"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
91
|
+
"attributes": {
|
|
92
|
+
"org.gradle.category": "documentation",
|
|
93
|
+
"org.gradle.dependency.bundling": "external",
|
|
94
|
+
"org.gradle.docstype": "sources",
|
|
95
|
+
"org.gradle.usage": "java-runtime"
|
|
96
|
+
},
|
|
97
|
+
"files": [
|
|
98
|
+
{
|
|
99
|
+
"name": "expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar",
|
|
100
|
+
"url": "expo.modules.location-18.1.1-canary-20250407-10a9b42-sources.jar",
|
|
101
|
+
"size": 22886,
|
|
102
|
+
"sha512": "68920c75933565fda76d75b67d44945458385ade303118b7942cf8e07ad741a25dafc44fa2a5046aaa04f6be46a13ef14d80ac131aedd115061b5ac7c863dc94",
|
|
103
|
+
"sha256": "d30c5c5e8e013d7356095a0ba9b19939ede75235295cac9193aa27a7601f2d8a",
|
|
104
|
+
"sha1": "838e05dcb6c21532cad991a724a4ce9ce2a3e572",
|
|
105
|
+
"md5": "009930bf49815cd59874db36ca7f4ab1"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6bb5cf6fba6a40da46a9874d247aa2b9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
179e5e330a6cf09426601274396610f4f4a30e6c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
738d9e5ffe762d49b7efe3d67b3f2ab8728d22f79452b77e673b846841ce28c6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
033dc1ab40b14aa8e1cf0df1d8d9c2dc5acc82d000fa098f4c2f7dd0db2a05dccb508507ca259438f1168e98911081c5dfca0a0de0f9d8b5f52ac9c1a8cfdfc0
|
|
@@ -0,0 +1,47 @@
|
|
|
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.location</artifactId>
|
|
12
|
+
<version>18.1.1-canary-20250407-10a9b42</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.location</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>com.google.android.gms</groupId>
|
|
30
|
+
<artifactId>play-services-location</artifactId>
|
|
31
|
+
<version>21.0.1</version>
|
|
32
|
+
<scope>compile</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
<dependency>
|
|
35
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
36
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
37
|
+
<version>2.0.21</version>
|
|
38
|
+
<scope>runtime</scope>
|
|
39
|
+
</dependency>
|
|
40
|
+
<dependency>
|
|
41
|
+
<groupId>androidx.annotation</groupId>
|
|
42
|
+
<artifactId>annotation</artifactId>
|
|
43
|
+
<version>1.7.1</version>
|
|
44
|
+
<scope>runtime</scope>
|
|
45
|
+
</dependency>
|
|
46
|
+
</dependencies>
|
|
47
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
77b0db20b6816e58347aec8e29745c36
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9d74382947fd57ae5e779aee9603ae6e230263a5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
81a8f6ec1617460c84491af0ff4a853389f176a05ce273e1248c44f5ad5d7849
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d51680e3a7663d6f46b46fa664ee2b950c37cc0976fc9a318f6d116c7db3ab5bd5b4626078d0ce1f4cce5978f144f36e7ff82303c8b2e549e56bd86bbebebdd3
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.location</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>18.1.1-canary-20250407-10a9b42</latest>
|
|
7
|
+
<release>18.1.1-canary-20250407-10a9b42</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>18.1.1-canary-20250407-10a9b42</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250407111648</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fb3f55001771ccc584b3cc9aee8155be
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
71a0b427cc63e335c383669209a295f0792b934c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
68d89d9e79ce3fa1d40e5796402bbcca07f581b97302fd14a6c6683a2d28f627
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d18e741a1d0445ecf47420d66eaa26db320173ee3f31c44bdb9be16810ee6ad53a2b0abb704f91202b5db7a1fe7a1da5672800352444d234ffd82f7ded9a1697
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-location",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.1.1-canary-20250407-10a9b42",
|
|
4
4
|
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"preset": "expo-module-scripts"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"expo-module-scripts": "4.
|
|
42
|
+
"expo-module-scripts": "4.1.1-canary-20250407-10a9b42"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"expo": "53.0.0-canary-
|
|
45
|
+
"expo": "53.0.0-canary-20250407-10a9b42"
|
|
46
46
|
}
|
|
47
47
|
}
|