I have read the article All com.android.support libraries must use the exact same version specification
But I still get the following information after I add the code implementation 'com.google.android.gms:play-services-ads:17.0.0'
, why?
Information
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 26.1.0. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.support:customtabs:26.1.0 more... (Ctrl+F1)
The information keep even if I Clean project and Rebuild Project.
Code
You can download the code at https://www.dropbox.com/s/zlg731ovf7h3bmi/NewMyApplication.zip?dl=0
Image1