Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Change the .aar from resource-file to lib-file (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored and macdonst committed Jan 8, 2018
1 parent 54bfa7a commit 4dcf4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<uses-feature android:name="android.hardware.camera" android:required="true"/>
</config-file>
<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
<resource-file src="src/android/barcodescanner-release-2.1.5.aar" target="libs/barcodescanner.aar"/>
<lib-file src="src/android/barcodescanner-release-2.1.5.aar"/>
</platform>
<platform name="windows">
<js-module src="src/windows/BarcodeScannerProxy.js" name="BarcodeScannerProxy">
Expand Down
2 changes: 1 addition & 1 deletion src/android/barcodescanner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories{

dependencies {
compile 'com.android.support:support-v4:+'
compile(name:'barcodescanner', ext:'aar')
compile(name:'barcodescanner-release-2.1.5', ext:'aar')
}

android {
Expand Down

0 comments on commit 4dcf4ea

Please sign in to comment.