Saturday 30 April 2022

When can I stop using AppCompat or Support libraries?

I'm building an app with minSdkVersion 23. Can I stop using support libraries like androidx.appcompat:appcompat and stuff like AppCompatActivity?

I assume it would reduce app size and avoid unused code. Or am I missing something?

At which SDK version do we draw the line?



from When can I stop using AppCompat or Support libraries?

No comments:

Post a Comment