RedApparat / Fotoapparat

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

please verify your readme #76

Closed REBOOTERS closed 7 years ago

REBOOTERS commented 7 years ago

it should be

allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } }

not

allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

dmitry-zaitsev commented 7 years ago

Maybe a stupid question, but why? Both work fine.

dmitry-zaitsev commented 7 years ago

Just verified on jitpack.io - current configuration is correct one.