Skip to content

Commit

Permalink
Merge branch 'release-4.18.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Dec 7, 2024
2 parents 5aa459a + 2b3b883 commit 7789d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 4.18.2 — 2024-12-07
* [Android] Oops, accidentally removed deprecated `package` attribute from plugin's `AndroidManifest` -- this is required by RN's auto-linking!

## 4.18.1 — 2024-12-07
* [Android] Re-factor HeadlessTask.java. Introduce HeadlessTaskManager class.
* [Android] remove previous requirement in `4.18.1` to call `BackgroundGeolocation.finishHeadlessTask(taskId)`.
Expand Down
3 changes: 2 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.transistorsoft.rnbackgroundgeolocation">
<application android:label="@string/app_name"></application>
</manifest>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-background-geolocation",
"version": "4.18.1",
"version": "4.18.2",
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
"scripts": {
"build": "yarn run build:expo",
Expand Down

0 comments on commit 7789d93

Please sign in to comment.