You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library declares android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar" in its manifest.
Unfortunately this breaks things for projects like mine that dont depend on material at all. Please consider ditching it, if thats viable for you too! :)
The text was updated successfully, but these errors were encountered:
While on the topic, I saw that appcompat would replace material - is it possible to make both optional? My application is entirely written in compose and Im able to trim the aab/apk size quite massively by removing these libraries. My activity just extends ComponentActivity.
This is a debug tool, so if you care about app size, it's best not to include it in your production code.
You can use it only in debug build or an independent application.
What happened?
The library declares
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"
in its manifest.Unfortunately this breaks things for projects like mine that dont depend on material at all. Please consider ditching it, if thats viable for you too! :)
The text was updated successfully, but these errors were encountered: