Skip to content

Commit

Permalink
Fix cordova build error on cordova-android@7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deton authored and petermetz committed Dec 25, 2017
1 parent a9e47ac commit 0239309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<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" />

<source-file src="libs/android/altbeacon.jar" target-dir="libs" framework="true" />
<lib-file src="libs/android/altbeacon.jar" />
</platform>

</plugin>

0 comments on commit 0239309

Please sign in to comment.