victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 39 forks source link

Update build.gradle to add support for Android Gradle Plugin 8 #51

Closed gamer3dx closed 6 months ago

gamer3dx commented 1 year ago

When building my app using this library with Gradle 8.1 and AGP 8.0.1, I encountered this error:

A problem occurred configuring project ':flutter_web_browser'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified.

Since this project still uses AGP 3.5 and requested property added in AGP 7.3 - I added it in a backward compatible way.