in my application i want to add Firebase MLKit but when i add firebase library in app gradle like
implementation 'com.google.firebase:firebase-ml-vision:16.0.0'
That time
implementation 'com.android.support:appcompat-v7:27.1.1'
gives error
i also try to add
implementation 'com.android.support:support-annotations:27.1.1'
but it will still give error.