Home > Mobile >  version sdk 32 com.android.support:appcompat
version sdk 32 com.android.support:appcompat

Time:06-22

I need to change sdk 28 to sdk 32 but this library is discontinued

com.android.support:appcompat-v7

And

com.android.support:design

Which is the new version? Thanks for your help

CodePudding user response:

you should migrate to AndroidX, thats official com.android.support packages successor. check out doc how to migrate and some introducing blog post

  • Related