Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 746
yaugenka Avatar asked Jan 25 '23 08:01

yaugenka


1 Answers

For Java use - implementation "androidx.core:core:$core_version"

For Kotlin use - implementation "androidx.core:core-ktx:$core_version"

like image 92
Chinmaay Avatar answered Jan 27 '23 22:01

Chinmaay