Closed isabsent closed 7 years ago
@isabsent Tedpermission library don't have colorAccent
attr.
Tedpermission has colorAccent attr - it comes from
compile 'com.android.support:appcompat-v7:23.1.1'
dependecy in your build.gradle.
If you want use your appcompat version, you can exclude library from tedpermission like this.
compile('gun0912.ted:tedpermission:2.0.3') {
exclude(module: 'appcompat-v7')
}
Unfortunately it does not work :( I have forked your library stripping all support
dependencies. Min SDK level is 14. I generate .aar
library from this fork and use it in my project.
Please, remove colorAccent parameter from your library. I have this parameter defined in my app and it conflicts with your definition!
Generally, it would be nice to remove all v7 dependencies. Instead of:
use
/tedpermission/src/main/res/values/styles.xml change to one string:
And change /tedpermission/build.gradle from
to