llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
221 stars 81 forks source link

Support gradle 8 #147

Closed agordeev closed 3 months ago

agordeev commented 3 months ago

app_links doesn't compile for Android when gradle version 8 is used:

Incorrect package="com.llfbandit.app_links" found in source AndroidManifest.xml: /Users/andrey/.pub-cache/hosted/pub.dev/app_links-6.1.1/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.llfbandit.app_links" from the source AndroidManifest.xml: /Users/andrey/.pub-cache/hosted/pub.dev/app_links-6.1.1/android/src/main/AndroidManifest.xml.

For reference: here's how app_settings added that: https://github.com/spencerccf/app_settings/pull/174