I have added
compile 'dk.schaumburgit.fast-barcode-scanner:fast-barcode-scanner:1.0.4'
in my app gradle file, but the following error shows up when I sync
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 13 cannot be smaller than version 21 declared in library [dk.schaumburgit.fast-barcode-scanner:fast-barcode-scanner:1.0.4] D:\fastbarcodescanner\app\build\intermediates\exploded-aar\dk.schaumburgit.fast-barcode-scanner\fast-barcode-scanner\1.0.4\AndroidManifest.xml
Suggestion: use tools:overrideLibrary="dk.schaumburgit.fastbarcodescanner" to force usage
It is mentioned that the library can support pre loliipop version, that is why Im confused as to why I get this error. May you clarify?. Thank you.
I have added
compile 'dk.schaumburgit.fast-barcode-scanner:fast-barcode-scanner:1.0.4'in my app gradle file, but the following error shows up when I sync
It is mentioned that the library can support pre loliipop version, that is why Im confused as to why I get this error. May you clarify?. Thank you.