Skip to content

Commit

Permalink
Merge develop into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2021
2 parents 701cb88 + 2aef3af commit bbec5be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ A more comprehensive example can be found in the [Documentation](https://haylltd
| Plugin version | Cordova CLI | Cordova Platform Android | Cordova Platform iOS |
|------------------|-------------------|--------------------------|----------------------|
| >1.0.0 | 8.0.0 | 8.0.0 | 6.0.0 |
| >2.0.0 | 10.0.0 | 10.0.0 | 6.0.0 |

## Licence

Expand Down
2 changes: 1 addition & 1 deletion android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
implementation 'com.github.tony19:logback-android:1.1.1-9'
implementation 'org.slf4j:slf4j-api:1.7.21'
// android-permissions
implementation('com.intentfilter:android-permissions:0.1.7') {
implementation('io.github.nishkarsh:android-permissions:0.1.7') {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
// promises
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-background-geolocation-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cordova Background Geolocation Plugin",
"main": "./www/BackgroundGeolocation.js",
"types": "./www/BackgroundGeolocation.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-background-geolocation-plugin"
version="2.0.0">
version="2.0.1">
<name>CDVBackgroundGeolocation</name>
<description>Cordova Background Geolocation Plugin</description>
<license>Apache-2.0</license>
Expand Down

0 comments on commit bbec5be

Please sign in to comment.