Search code examples
androidandroidx

What is the corresponding androix library for com.android.support:support-compat?


What is the corresponding androidx library for com.android.support:support-compat to implement push notifications?

They say here that it is part of androidx but as usual the documentation fails to provide the right directions.


Solution

  • implementation 'androidx.core:core:$core_version'
    

    Use the library above in your code. Android provides a list of changes in libraries in case you need to check in future link