What support library version should we use with targetSDK 28?

I know this has already been answered but I needed to update mine today as well and neither of the links from the answers above actually told me what to put. So I had to use the following:

implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support:design:28.0.0-rc01'
implementation 'com.android.support:animated-vector-drawable:28.0.0-rc01'
implementation 'com.android.support:support-v4:28.0.0-rc01'
implementation 'com.android.support:support-media-compat:28.0.0-rc01'
implementation 'com.android.support:support-vector-drawable:28.0.0-rc01'

I hope this helps someone else looking for what to put there.


you can use Revision 28.0.0 Alpha 1 for android p but it is a preview version

Visit https://developer.android.com/topic/libraries/support-library/packages for latest support-libraries