mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

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

Open Atiehmerikh opened 7 years ago

Atiehmerikh commented 7 years ago

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 6 years ago

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

try this.