Skip to content

Commit

Permalink
Clarify minimum cordova / capacitor support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Feb 13, 2025
1 parent d23331c commit efcbc0b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 141 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/capacitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- jdk: 17
capacitor: 5
node: 18.x
- jdk: 11
capacitor: 4
node: 14.x

steps:
- uses: actions/checkout@v3
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/cordova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ jobs:
node: 18.x
ubuntu: 22.04
android-cmdline-tools-version: 9862592
- jdk: 11
cordova: 11
platform: 11
node: 14.x
ubuntu: 20.04
android-cmdline-tools-version: 9862592
- jdk: 11
cordova: 11
platform: 10
node: 14.x
ubuntu: 20.04
android-cmdline-tools-version: 9862592
- jdk: 8
cordova: 10
platform: 10
node: 14.x
ubuntu: 20.04
android-cmdline-tools-version: 8512546

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ It's recommended to always use the latest cordova and cordova platform packages

| cordova | cordova-ios | cordova-android | cordova-browser |
| ------- | ----------- | --------------- | --------------- |
| 10+ | 6.2.0+ | 10.0+ | not tested |
| 10+ | 6.2.0+ | 12.0+ | not tested |

All variables can be modified after installation by updating the values in `package.json`.

Expand Down
117 changes: 0 additions & 117 deletions hooks/after_prepare.js

This file was deleted.

2 changes: 0 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
<preference name="accessBackgroundLocation" value="$ACCESS_BACKGROUND_LOCATION"/>
</config-file>

<hook type="after_prepare" src="hooks/after_prepare.js"/>

<source-file src="src/android/BLECentralPlugin.java" target-dir="src/com/megster/cordova/ble/central"/>
<source-file src="src/android/SequentialCallbackContext.java" target-dir="src/com/megster/cordova/ble/central"/>
<source-file src="src/android/BLECommand.java" target-dir="src/com/megster/cordova/ble/central"/>
Expand Down

0 comments on commit efcbc0b

Please sign in to comment.