Skip to content

Commit

Permalink
Merge pull request petermetz#379 from dopry/altbeacon_2_14
Browse files Browse the repository at this point in the history
chore: upgrade altbeacon to 2.14
  • Loading branch information
dopry authored Jul 23, 2018
2 parents 1a637b8 + 4c8ed86 commit 4a53a27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file removed libs/android/android-beacon-library-2.13.1.aar
Binary file not shown.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<source-file src="src/android/IBeaconServiceNotifier.java" target-dir="src/com/unarin/cordova/beacon" />
<source-file src="src/android/ILocationManagerCommand.java" target-dir="src/com/unarin/cordova/beacon" />
<source-file src="src/android/PausableThreadPoolExecutor.java" target-dir="src/com/unarin/cordova/beacon" />
<resource-file src="libs/android/android-beacon-library-2.13.1.aar" target="libs/android-beacon-library-2.13.1.aar" />

<framework src="src/android/cordova-plugin-ibeacon.gradle" custom="true" type="gradleReference" />
<framework src="com.android.support:support-core-utils:26+" />
Expand Down
5 changes: 1 addition & 4 deletions src/android/cordova-plugin-ibeacon.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
repositories{
jcenter()
flatDir{
dirs 'libs'
}
}

dependencies {
compile(name:'android-beacon-library-2.13.1', ext:'aar')
compile 'org.altbeacon:android-beacon-library:2.14'
}

android {
Expand Down

0 comments on commit 4a53a27

Please sign in to comment.