st235 / ExpandableBottomBar

A new way to implement navigation in your app 🏎
MIT License
783 stars 58 forks source link

Remove package name from the Manifest #97

Closed st235 closed 1 year ago

st235 commented 1 year ago

Fixing the Gradle warning

package="github.com.st235.expandablebottombar" found in source AndroidManifest.xml: /Users/alexanderdadukin/Documents/Android/ExpandableBottomBar/app/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="github.com.st235.expandablebottombar" from the source AndroidManifest.xml: /Users/alexanderdadukin/Documents/Android/ExpandableBottomBar/app/src/main/AndroidManifest.xml.