Skip to content

Commit

Permalink
Android: Add androidx.annotation reference for RequiresPermission att…
Browse files Browse the repository at this point in the history
…ribute (#977)
  • Loading branch information
peitschie committed Jun 7, 2023
1 parent 633d889 commit 73aa72e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/capacitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- jdk: 11
capacitor: 4
node: 14.x
- jdk: 8
capacitor: 3
node: 12.x

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<source-file src="src/android/Helper.java" target-dir="src/com/megster/cordova/ble/central"/>
<source-file src="src/android/UUIDHelper.java" target-dir="src/com/megster/cordova/ble/central"/>
<source-file src="src/android/L2CAPContext.java" target-dir="src/com/megster/cordova/ble/central"/>
<framework src="androidx.annotation:annotation:*"/>
</platform>

<platform name="browser">
Expand Down

0 comments on commit 73aa72e

Please sign in to comment.