rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

Replace removed `enabled` Gradle method calls with `required` properties #121

Closed tmichaelreis closed 9 months ago

tmichaelreis commented 9 months ago

Description of the change

Gradle 8 no longer allows the xml.enbled true method call and now uses the xml.required= true property.

Type of change

Related issues

https://github.com/rollbar/rollbar-flutter/issues/119

Checklists

Development

Code review