uxcam / flutter-plugin

BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Include namespace property for Gradle 8 compatibility #47

Closed davidhsoftware closed 8 months ago

davidhsoftware commented 10 months ago

Hi all,

Building a project with AGP8+ requires the namespace property to be defined in all dependency build.gradle files. The conditional statement keeps it backwards compatible with any previous AGP versions.

Closes #49

Thanks for the great package! David