Skip to content
New issue

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

This doesn't compile #1

Open
cbnewham opened this issue Dec 19, 2018 · 4 comments
Open

This doesn't compile #1

cbnewham opened this issue Dec 19, 2018 · 4 comments

Comments

@cbnewham
Copy link

The library com.camerakit:camerakit:1.0.0-beta3.10-expensify can't be found.

Changing this to the 1.0.0-Beta3 version of CameraKit results in several packages not being found.

@austinkettner
Copy link
Member

We have not publicly published that lib version just yet, we plan to issue a beta3.11 and update the reference in this example project.

Will keep this open and close once resolved!

@cbnewham
Copy link
Author

Thanks for the fast response.

What is the ETA for this? I need to use the camera for barcodes in a project. It appears the API will be completely different...? I'm currently trying to use 1.0.0-beta3.10, but without much success so far without an example of how to use it.

@Dragons0458
Copy link

I just reviewed com.camerakit: camerakit: 1.0.0-beta3.11 and the example does not work yet, when are the barcode versions available? Thank you! :D

@cyoung
Copy link

cyoung commented Feb 17, 2020

To app/build.gradle add:

maven { url 'https://dl.bintray.com/camerakit/camerakit-android'}

to the "repositories" block. Change the "implementation" line to:

implementation 'com.camerakit:camerakit:1.0.0-beta3.12-expensify'

Builds and works just fine with those changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants