RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 405 forks source link

Recommended way to install fotoapparat #190

Closed martenlienen closed 6 years ago

martenlienen commented 6 years ago

This library loks great, but I have looked for it on both mavencentral and jcenter but to no avail. Is including the repo as a submodule the recommended way to install and use it?

Thanks, Marten

Diolor commented 6 years ago

Hi Marten, the recommended config is displayed in our README. You need to add jitpack repository

martenlienen commented 6 years ago

I searched for install, googled, read the wiki and still managed to gloss over this section. Thank you!

Diolor commented 6 years ago

🙂

martenlienen commented 6 years ago

I just googled the difference between compile and implementation in gradle files. Are you aware that compile is deprecated?

Diolor commented 6 years ago

Thanks! Indeed we use compile. Last time I tried use api (so as the end dev has some necessary classes) the sample app was not missing references. Possibly because back then we have the gradle tools 3.1.0-alphaX. Will give a try again when tools 3.1.x are stable