magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

Migrate maven repository from JCenter to MavenCentral #116

Closed temarez closed 2 years ago

temarez commented 2 years ago

jcenter.bintray.com will not be available since February 1st, 2022. See more info at JCenter and Bintray is shutting down, what to do? This may cause inability of the project using flutter-fimber to be built on the clean environment.

Migration can be done by replacing jcenter() to mavenCentral() in these gradle files: flutter_fimber/android/build.gradle flutter_fimber/example/android/build.gradle

magillus commented 2 years ago

Thank you for brining that up.

magillus commented 2 years ago

Version 0.6.5 should fix this.

temarez commented 2 years ago

Thank you very much.