Skip to content

Commit

Permalink
Merge pull request #81 from timsatterfield/android8_background_fix
Browse files Browse the repository at this point in the history
pull in latest altbeacon binary which contains fix for android 8+ background scan issue
  • Loading branch information
MacKentoch authored Apr 10, 2018
2 parents 8181bfa + a025a87 commit a8e753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ repositories {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.facebook.react:react-native:0.12.+'
compile 'org.altbeacon:android-beacon-library:2.9.2'
compile 'org.altbeacon:android-beacon-library:2.13.1'
}

0 comments on commit a8e753e

Please sign in to comment.