RedApparat / Fotoapparat

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

Could not find io.fotoapparat:fotoapparat:2.6.0. #316

Closed Laces closed 5 years ago

Laces commented 5 years ago

In the readme, it says I have to add implementation 'io.fotoapparat:fotoapparat:2.6.0' to my gradle file, but gradle could not find io.fotoapparat:fotoapparat:2.6.0, When do you plan to create a new release?

fleficher commented 5 years ago

Hi, seems that 2.6.0 version is not fully published yet. Meanwhile, you can use the 2.5.0.

dmitry-zaitsev commented 5 years ago

It was just deployed, sorry for the inconvenience.

vicobz commented 5 years ago

I still face

Failed to resolve: io.fotoapparat.fotoapparat:library:2.6.0

Am i missing something?

dmitry-zaitsev commented 5 years ago

@vicobz it should be io.fotoapparat:fotoapparat:2.6.0, not io.fotoapparat.fotoapparat:library:2.6.0

vicobz commented 5 years ago

I was so missing something 😉 Thanks for your quick reply!