Merge pull request #3343 from cmgustavo/bug/cordova5-android-barcodescanner-01
Fix barcodescanner plugin for cordova 5
This commit is contained in:
commit
81e82c8371
2 changed files with 9 additions and 0 deletions
6
cordova/android/build-extras.gradle
Normal file
6
cordova/android/build-extras.gradle
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
android {
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'ExtraTranslation'
|
||||
}
|
||||
}
|
||||
|
|
@ -174,6 +174,9 @@ if [ $CURRENT_OS == "ANDROID" ]; then
|
|||
|
||||
# cp android/AndroidManifest.xml $PROJECT/platforms/android/AndroidManifest.xml
|
||||
# checkOK
|
||||
|
||||
cp android/build-extras.gradle $PROJECT/platforms/android/build-extras.gradle
|
||||
checkOK
|
||||
|
||||
cp android/project.properties $PROJECT/platforms/android/project.properties
|
||||
checkOK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue