when syncing the gradle file, Android studio prompts error:
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:support-media-compat:27.0.2
I know it could be solved by using appcompat-v7:27.0.2, but I want to use appcompat-v7:27.1.1
when syncing the gradle file, Android studio prompts error: 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:support-media-compat:27.0.2
I know it could be solved by using appcompat-v7:27.0.2, but I want to use appcompat-v7:27.1.1