google / cameraview

[DEPRECATED] Easily integrate Camera features into your Android app
Apache License 2.0
4.74k stars 1.03k forks source link

jcenter support ? #10

Open msdx opened 8 years ago

msdx commented 8 years ago

Could you publish it to jcenter so that we can use it more easily?

yaraki commented 8 years ago

Yes. That's the plan.

vanniktech commented 8 years ago

For now Jitpack does the job

PavelSynek commented 8 years ago

Could you also include sources in the archive so we don't have to rely on IntelliJ decompiler?

jaksab commented 7 years ago

https://android-arsenal.com/details/1/4318#!package

repositories { maven { url "https://jitpack.io" } }

dependencies { compile 'com.github.google:cameraview:c3f7e7dbd2' }

sibelius commented 6 years ago

use jitpack for now