Skip to content

Commit ed28882

Browse files
committed
Fix wrong plugin id mauron85#748
1 parent 69fa50c commit ed28882

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### [3.1.1] - 2021-03-23
4+
### Fixed
5+
- fix wrong plugin id
6+
37
### [3.1.0] - 2019-09-24
48
### Fixed
59
- fix package scope

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mauron85/cordova-plugin-background-geolocation",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Cordova Background Geolocation Plugin",
55
"main": "./www/BackgroundGeolocation.js",
66
"types": "./www/BackgroundGeolocation.d.ts",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="cordova-plugin-background-geolocation"
6-
version="3.1.0">
6+
version="3.1.1">
77
<name>CDVBackgroundGeolocation</name>
88
<description>Cordova Background Geolocation Plugin</description>
99
<license>Apache-2.0</license>
@@ -116,8 +116,8 @@
116116
<source-file src="android/common/src/main/java/com/marianhello/utils/TextUtils.java" target-dir="src/com/marianhello/utils" />
117117
<source-file src="android/common/src/main/java/com/marianhello/utils/ToneGenerator.java" target-dir="src/com/marianhello/utils" />
118118
<source-file src="android/common/src/main/java/com/tenforwardconsulting/bgloc/DistanceFilterLocationProvider.java" target-dir="src/com/tenforwardconsulting/bgloc" />
119-
<source-file src="android/common/src/main/java/org/apache/commons/io/Charsets.java" target-dir="src/org/apache/commons/io" />
120-
<source-file src="android/common/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java" target-dir="src/org/apache/commons/io/input" />
119+
<!-- <source-file src="android/common/src/main/java/org/apache/commons/io/Charsets.java" target-dir="src/org/apache/commons/io" />
120+
<source-file src="android/common/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java" target-dir="src/org/apache/commons/io/input" /> -->
121121
<source-file src="android/common/src/main/java/org/chromium/content/browser/ThreadUtils.java" target-dir="src/org/chromium/content/browser" />
122122
<source-file src="android/common/src/main/java/ru/andremoniy/sqlbuilder/SqlExpression.java" target-dir="src/ru/andremoniy/sqlbuilder" />
123123
<source-file src="android/common/src/main/java/ru/andremoniy/sqlbuilder/SqlSelectStatement.java" target-dir="src/ru/andremoniy/sqlbuilder" />

0 commit comments

Comments
 (0)