hanjoongcho / aaf-easydiary

:blue_book: A diary application optimized for user experience.
GNU General Public License v3.0
440 stars 123 forks source link

jcenter shutdown #229

Closed licaon-kter closed 1 month ago

licaon-kter commented 1 month ago

https://jfrog.com/blog/jcenter-sunset/

ref: https://monitor.f-droid.org/builds/log/me.blog.korn123.easydiary/313#site-footer

/LE: fyi https://gitlab.com/fdroid/fdroiddata/-/commit/9b62ef8eb6b1ddd2a74cccee7fd0f0586b00be40

hanjoongcho commented 1 month ago

@licaon-kter The dependency on JCenter has been removed starting from version v1.4.314.202410130.

linsui commented 1 month ago

F-Droid doesn't allow binaries either. https://github.com/hanjoongcho/aaf-easydiary/tree/master/app/libs I thought most of these libs are available in maven central. Please migrate to maven central.

hanjoongcho commented 1 month ago

@licaon-kter @linsui I have deleted five binary files available for download on Maven Central. However, two libraries still remain as binaries because they are not available on Maven Central. 😭 Is this situation acceptable?

linsui commented 1 month ago

https://github.com/tommybuonomo/dotsindicator is available in maven central.

https://jitpack.io/#woxingxiao/BubbleSeekBar BubbleSeekBar is available in jitpack.

Or just migrate to a maintained alternative...

hanjoongcho commented 1 month ago

@linsui It doesn't seem like it will take much time to replace the two libraries. I plan to proceed with the migration using the libraries you recommended. Thank you for letting me know about the replaceable libraries.

hanjoongcho commented 1 month ago

@linsui The work is finished! 😄 https://github.com/hanjoongcho/aaf-easydiary/releases/tag/v1.4.316.202410151

linsui commented 1 month ago

Thanks!