AGP 8.7.0 (#476) introduced a lint false positive which claimed "At least one host must be specified". That's why I added the <data android:host="*" /> element, which however is wrong and breaks the browser functionality of Leon. This false positive was fixed in AGP 8.7.1.
AGP 8.7.0 (#476) introduced a lint false positive which claimed "At least one host must be specified". That's why I added the
<data android:host="*" />
element, which however is wrong and breaks the browser functionality of Leon. This false positive was fixed in AGP 8.7.1.Fixes #494