sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
146 stars 81 forks source link

Migrate maven repository from JCenter to MavenCentral #82

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_email_sender to be built on the clean environment.

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

sidlatau commented 2 years ago

Fixed in v5.1.0