RedApparat / Fotoapparat

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

JCenter to be sunset on 2020-05-01 #413

Open petedoyle opened 3 years ago

petedoyle commented 3 years ago

Hi! Just a heads up- JCenter will no longer be available after 2020-05-01: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Just a note in case it makes sense to publish releases somewhere new (Maven Central, etc.)

Best, Pete

ildar2 commented 3 years ago

only one month remaining... any updates? @dmitry-zaitsev @Diolor @ansman

ShivlalChavan commented 2 years ago

@Diolor any updates for replacing jcenter ?

dmitry-zaitsev commented 2 years ago

@ShivlalChavan thanks for the heads up, I have finally have more time to work on the library and am planning to migrate off jcenter this week

borysboyko commented 2 years ago

This is great news - thank you for working on this!

albertRCell commented 2 years ago

@dmitry-zaitsev any updates on this topic?

matteogabella commented 2 years ago

try this

implementation group: 'io.fotoapparat', name: 'fotoapparat', version: '2.7.0'
implementation "androidx.annotation:annotation:1.3.0"
implementation "androidx.exifinterface:exifinterface:1.3.3"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.10"
borysboyko commented 2 years ago

@matteogabella do you mean that these changes can be applied + jcenter() can then be removed? If so, this appears to not be working as io.fotoapparat:fotoapparat:2.7.0 cannot be found by Gradle within google() and mavenCentral() repositories.

milhauscz commented 11 months ago

This library should be declared deprecated. It was great, but hasn't been updated since 2019, uses the deprecated Camera1 API and jcenter is not available anymore. I recommend everyone migration to CameraX.