How to solve "All com.android.support libraries must use the exact same version specification'

How to solve?



"All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.1.1, 27.0.2. Examples include com.android.support:animated-vector-drawable:27.1.1 and com.android.support:customtabs:27.0.2"


R:

insert in gradle app file, in 

1dependencies {
1implementation "com.android.support:customtabs:27.1.1"
All com.android.support libraries must use the exact same version specification
How to solve "All com.android.support libraries must use the exact same version specification'
1
1implementation 'com.android.support:multidex:1.0.3'
1implementation 'com.android.support:support-v4:27.1.1'
1
1and in add:
1
1buildTypes {
release {
multiDexEnabled true

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget