taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
46 stars 35 forks source link

Update AGP, Compile SDK Version and Gradle #54

Closed vahellame closed 1 year ago

taljacobson commented 1 year ago

@vahellame can you add a description and links to understand this PR better.

vahellame commented 1 year ago

Gradle 8 and AGP 8 were released a long time ago. Almost all supported packages on pub.dev already have updated versions. The problem is that when trying to run the build on the Gradle 8.x version with AGP 8.x, various errors are generated. The main breaking change is that you now need to specify a namespace in build.gradle. Gradle 8 compiles faster, and it's good practice to keep packages up to date