You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically I am interested in this patchset: 3c6d747 Bumped gradle deps
I am getting this build error when trying to build version 2.1.6:
$ ./gradlew clean assemble
[…]
Resource missing. [HTTP GET: https://jcenter.bintray.com/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1.pom]
Resource missing. [HTTP HEAD: https://jcenter.bintray.com/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1.jar]
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':barcodescanner'.
> Could not resolve all dependencies for configuration ':barcodescanner:_debugCompile'.
> Could not find com.android.support:appcompat-v7:23.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1.jar
Required by:
BarcodeScanner:barcodescanner:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered:
m00head
changed the title
Request for new tag containing 5 commits to master since the last release
Request for new tag containing the last 5 commits to master
May 15, 2020
m00head
changed the title
Request for new tag containing the last 5 commits to master
Request for new tag containing 5 commits to master
May 15, 2020
Edit: Looks like you may also need to merge this patchset before creating a new tag: #29
@EddyVerbruggen Please will you create a new tag containing 5 commits to master since
2.1.6
:https://github.com/EddyVerbruggen/barcodescanner-lib-aar/releases
Specifically I am interested in this patchset:
3c6d747 Bumped gradle deps
I am getting this build error when trying to build version
2.1.6
:The text was updated successfully, but these errors were encountered: