Skip to content

Commit

Permalink
build(android): updated AltBeacon library to 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halindrome authored and petermetz committed May 11, 2019
1 parent 3d94fc7 commit 16beb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/cordova-plugin-ibeacon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ repositories{
}

dependencies {
compile 'org.altbeacon:android-beacon-library:2.14'
compile 'org.altbeacon:android-beacon-library:2.15.2'
}

android {
packagingOptions {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
}
}
}

0 comments on commit 16beb23

Please sign in to comment.