Skip to content

Commit 7789d93

Browse files
committed
Merge branch 'release-4.18.2'
2 parents 5aa459a + 2b3b883 commit 7789d93

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 4.18.2 — 2024-12-07
4+
* [Android] Oops, accidentally removed deprecated `package` attribute from plugin's `AndroidManifest` -- this is required by RN's auto-linking!
5+
36
## 4.18.1 — 2024-12-07
47
* [Android] Re-factor HeadlessTask.java. Introduce HeadlessTaskManager class.
58
* [Android] remove previous requirement in `4.18.1` to call `BackgroundGeolocation.finishHeadlessTask(taskId)`.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.transistorsoft.rnbackgroundgeolocation">
23
<application android:label="@string/app_name"></application>
34
</manifest>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-background-geolocation",
3-
"version": "4.18.1",
3+
"version": "4.18.2",
44
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
55
"scripts": {
66
"build": "yarn run build:expo",

0 commit comments

Comments
 (0)