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

Change the .aar from resource-file to lib-file #592

Merged
merged 1 commit into from
Jan 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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