mabbas007/TagsEditText

conflict with compile 'com.android.support:appcompat-v7:25.0.1'

Atiehmerikh opened this issue · 1 comments

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'

implementation('com.github.mabbas007:TagsEditText:1.0.5') {
exclude group: 'com.android.support', module: 'appcompat-v7'
}

try this.