File tree Expand file tree Collapse file tree 5 files changed +1
-141
lines changed
Expand file tree Collapse file tree 5 files changed +1
-141
lines changed Original file line number Diff line number Diff line change 2626 - jdk : 17
2727 capacitor : 5
2828 node : 18.x
29- - jdk : 11
30- capacitor : 4
31- node : 14.x
3229
3330 steps :
3431 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2828 node : 18.x
2929 ubuntu : 22.04
3030 android-cmdline-tools-version : 9862592
31- - jdk : 11
32- cordova : 11
33- platform : 11
34- node : 14.x
35- ubuntu : 20.04
36- android-cmdline-tools-version : 9862592
37- - jdk : 11
38- cordova : 11
39- platform : 10
40- node : 14.x
41- ubuntu : 20.04
42- android-cmdline-tools-version : 9862592
43- - jdk : 8
44- cordova : 10
45- platform : 10
46- node : 14.x
47- ubuntu : 20.04
48- android-cmdline-tools-version : 8512546
4931
5032 steps :
5133 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ It's recommended to always use the latest cordova and cordova platform packages
7171
7272| cordova | cordova-ios | cordova-android | cordova-browser |
7373| ------- | ----------- | --------------- | --------------- |
74- | 10+ | 6.2.0+ | 10 .0+ | not tested |
74+ | 10+ | 6.2.0+ | 12 .0+ | not tested |
7575
7676All variables can be modified after installation by updating the values in ` package.json ` .
7777
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7474 <preference name =" accessBackgroundLocation" value =" $ACCESS_BACKGROUND_LOCATION" />
7575 </config-file >
7676
77- <hook type =" after_prepare" src =" hooks/after_prepare.js" />
78-
7977 <source-file src =" src/android/BLECentralPlugin.java" target-dir =" src/com/megster/cordova/ble/central" />
8078 <source-file src =" src/android/SequentialCallbackContext.java" target-dir =" src/com/megster/cordova/ble/central" />
8179 <source-file src =" src/android/BLECommand.java" target-dir =" src/com/megster/cordova/ble/central" />
You can’t perform that action at this time.
0 commit comments