expo-location 18.0.8 → 18.0.9

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 CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 18.0.9 — 2025-03-31
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 18.0.8 — 2025-03-14
14
18
 
15
19
  ### 💡 Others
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '18.0.8'
4
+ version = '18.0.9'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.location"
15
15
  defaultConfig {
16
16
  versionCode 29
17
- versionName "18.0.8"
17
+ versionName "18.0.9"
18
18
  }
19
19
  }
20
20
 
@@ -4,7 +4,6 @@ import android.Manifest
4
4
  import android.app.Activity
5
5
  import android.content.Context
6
6
  import android.content.Intent
7
- import android.content.pm.PackageManager
8
7
  import android.hardware.GeomagneticField
9
8
  import android.hardware.Sensor
10
9
  import android.hardware.SensorEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-location",
3
- "version": "18.0.8",
3
+ "version": "18.0.9",
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",
@@ -44,5 +44,5 @@
44
44
  "peerDependencies": {
45
45
  "expo": "*"
46
46
  },
47
- "gitHead": "ee33df50fbe6bf9bb5d772e7f341f85a27cf9993"
47
+ "gitHead": "efc676ef6dbe6c2eaed19c1a31abb79a935f583a"
48
48
  }