budgetiser / budgetiser

App for financial personal organisation
http://budgetiser.de
GNU General Public License v3.0
5 stars 0 forks source link

Migrate to Gradle plugins #286

Closed minerop5000 closed 2 months ago

minerop5000 commented 2 months ago

Describe the bug

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply