Fix barcodescanner plugin for cordova 5
This commit is contained in:
parent
46bd94d89c
commit
cdba64fad9
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'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue