So I'm trying to implement admob into my android project. I am following Google's official guide for this purpose (https://developers.google.com/admob/android/quick-start#import_the_mobile_ads_sdk) but I am getting an error on adding this line into my build.gradle(Module app),
implementation 'com.google.android.gms:play-services-ads:17.1.1'
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 less... (Ctrl+F1) There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion). Issue id: GradleCompatible
My Target SDK is API 14
My build.gradle(Module:app) https://justpaste.it/684d6