RedApparat / Fotoapparat

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

adding implementation 'io.fotoapparat:fotoapparat:2.7.0' doenst work #427

Open Stefanistkuhl opened 1 year ago

Stefanistkuhl commented 1 year ago

i added this line implementation 'io.fotoapparat:fotoapparat:2.7.0' and this gives me this error FAILURE: Build completed with 9 failures.

1: Task failed with an exception.

2: Task failed with an exception.

3: Task failed with an exception.

4: Task failed with an exception.

5: Task failed with an exception.

6: Task failed with an exception.

7: Task failed with an exception.

8: Task failed with an exception.

9: Task failed with an exception.

BUILD FAILED in 802ms 22 actionable tasks: 11 executed, 11 up-to-date

dodko159 commented 1 year ago

Version 2.7.0 seems to be hosted on JCenter, so you need to add JCenter to your repositories. ... repositories { ... jcenter() }

sampene commented 1 month ago

Version 2.7.0 seems to be hosted on JCenter, so you need to add JCenter to your repositories. ... repositories { ... jcenter() }

jcentre() has shutdown