conflict with compile 'com.android.support:appcompat-v7:25.0.1'
Atiehmerikh opened this issue · 1 comments
Atiehmerikh commented
as I add "compile 'com.github.mabbas007:TagsEditText:1.0.5'" in my dependencies I get the error that
Failed to resolve compile 'com.android.support:appcompat-v7:25.3.1'
igorfaria6 commented
implementation('com.github.mabbas007:TagsEditText:1.0.5') {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
try this.