We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide:
Link to build log https://jitpack.io/com/github/OutSystems/OSBarcodeLib-Android/1.2.0/build.log
Does the project build on your machine with the same commands as in the log (e.g. gradle install) ?
I have an angular project converted for android with Capacitor.
I use the library : "@capacitor/barcode-scanner": "^2.0.0",
Work good with ng serve.
ng serve
But, gradle cant find com.github.outsystems:osbarcode-android:1.2.0 (see screenshot).
com.github.outsystems:osbarcode-android:1.2.0
android studio detect that there is an 1.2.0 version but cant download the dependency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please provide:
Link to build log https://jitpack.io/com/github/OutSystems/OSBarcodeLib-Android/1.2.0/build.log
Does the project build on your machine with the same commands as in the log (e.g. gradle install) ?
I have an angular project converted for android with Capacitor.
I use the library : "@capacitor/barcode-scanner": "^2.0.0",
Work good with
ng serve
.But, gradle cant find
com.github.outsystems:osbarcode-android:1.2.0
(see screenshot).android studio detect that there is an 1.2.0 version but cant download the dependency.
The text was updated successfully, but these errors were encountered: