Skip to content

Commit

Permalink
build(android): updated AltBeacon library to 2.19.4 to be compliant w…
Browse files Browse the repository at this point in the history
…ith android 12

Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
  • Loading branch information
sestienne authored Sep 12, 2022
1 parent de97d22 commit 5c8e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/cordova-plugin-ibeacon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories{
}

dependencies {
implementation 'org.altbeacon:android-beacon-library:2.16.1'
implementation 'org.altbeacon:android-beacon-library:2.19.4'
}

android {
Expand Down

0 comments on commit 5c8e084

Please sign in to comment.