expo-location 18.1.0 → 18.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.
Files changed (28) hide show
  1. package/android/build.gradle +2 -2
  2. package/expo-module.config.json +7 -1
  3. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53-sources.jar +0 -0
  4. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53-sources.jar.md5 +1 -0
  5. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53-sources.jar.sha1 +1 -0
  6. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53-sources.jar.sha256 +1 -0
  7. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53-sources.jar.sha512 +1 -0
  8. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.aar +0 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.aar.md5 +1 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.aar.sha1 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.aar.sha256 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.aar.sha512 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.module +110 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.module.md5 +1 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.module.sha1 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.module.sha256 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.module.sha512 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.pom +47 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.pom.md5 +1 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.pom.sha1 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.pom.sha256 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.location/18.1.1-canary-20250408-7f0ab53/expo.modules.location-18.1.1-canary-20250408-7f0ab53.pom.sha512 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml +13 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.md5 +1 -0
  25. package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha1 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha256 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.location/maven-metadata.xml.sha512 +1 -0
  28. package/package.json +4 -5
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '18.1.0'
7
+ version = '18.1.1-canary-20250408-7f0ab53'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.location"
11
11
  defaultConfig {
12
12
  versionCode 29
13
- versionName "18.1.0"
13
+ versionName "18.1.1-canary-20250408-7f0ab53"
14
14
  consumerProguardFiles("proguard-rules.pro")
15
15
  }
16
16
  }
@@ -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-20250408-7f0ab53",
12
+ "repository": "local-maven-repo"
13
+ }
8
14
  }
9
15
  }
@@ -0,0 +1 @@
1
+ 68920c75933565fda76d75b67d44945458385ade303118b7942cf8e07ad741a25dafc44fa2a5046aaa04f6be46a13ef14d80ac131aedd115061b5ac7c863dc94
@@ -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-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
+ "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-20250408-7f0ab53.aar",
37
+ "url": "expo.modules.location-18.1.1-canary-20250408-7f0ab53.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-20250408-7f0ab53.aar",
80
+ "url": "expo.modules.location-18.1.1-canary-20250408-7f0ab53.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-20250408-7f0ab53-sources.jar",
100
+ "url": "expo.modules.location-18.1.1-canary-20250408-7f0ab53-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
+ 1d7f18fc0cae52ac043a09e4876ceca2d1e8ebec32f3980b382f817ed864f4c77fdc7bd72c2ce2bc164d453cb0606390e340ea7803c93b33475e2595d17087ba
@@ -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-20250408-7f0ab53</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
+ 7aa1e0775b09c2ee6c368c069212118b3a8f879fdabcd6bc25d0e59d3012b07531666299bb3d3c6ee446a6c86270350a2852a2c7857fc955bcc6125269321be5
@@ -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-20250408-7f0ab53</latest>
7
+ <release>18.1.1-canary-20250408-7f0ab53</release>
8
+ <versions>
9
+ <version>18.1.1-canary-20250408-7f0ab53</version>
10
+ </versions>
11
+ <lastUpdated>20250408205709</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1 @@
1
+ 47c6e5b585309e9fedb939b2b577702f
@@ -0,0 +1 @@
1
+ 8b206216bc84919735194dccd5b128df1adaf81e
@@ -0,0 +1 @@
1
+ 527ab3782e8e812fbebed5f3015449f9c3486b477a00c3caa9f8837ab7a33c1d
@@ -0,0 +1 @@
1
+ a52b31246e34ea942c4c197ae07d99f16ba796219d5ce32673535c6eeedf9ee128b39968bf97c23cd4bd36efe6c707dd3287cdf093c3ad38175ca31f37082613
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-location",
3
- "version": "18.1.0",
3
+ "version": "18.1.1-canary-20250408-7f0ab53",
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,10 +39,9 @@
39
39
  "preset": "expo-module-scripts"
40
40
  },
41
41
  "devDependencies": {
42
- "expo-module-scripts": "^4.1.0"
42
+ "expo-module-scripts": "4.1.1-canary-20250408-7f0ab53"
43
43
  },
44
44
  "peerDependencies": {
45
- "expo": "*"
46
- },
47
- "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
45
+ "expo": "53.0.0-canary-20250408-7f0ab53"
46
+ }
48
47
  }