File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments