Android-Rich-text-Editor
Android-Rich-text-Editor copied to clipboard
Not update repo in my project
implementation 'com.github.bumptech.glide:glide:4.3.1' implementation 'com.github.chinalwb:are:0.1.2'
I am used this, but you have done the update of color is not working in my app(project).So what I have to do for that.
Sorry, I didn't post new version to jcenter, so you have to download the are source and import into your project manually by adding implementation project(':are') to your app.
Sorry about this.
Hello @ysdongare Sorry for the delay, I published 0.1.3, you can add
implementation 'com.github.chinalwb:are:0.1.3'
and give it a try.
This will fix the theme color changed issue.
Thanks for reporting and thanks for the helps of reporting.