Closed jimlyas closed 2 years ago
hey @jimlyas,
happening due to colliding attr definition in one of the dependencies androidx.preference:preference-ktx:1.1.1
,
a property SeekBarPreference is defined with attr min, which is conflicting with your value.
as a general practice, you can rename the attr key to something with does not conflict with any of the dependencies.
Describe the bug
After adding the library to
build.gradle
every time i build, there's error claiming duplicate values fordefaultValues
To Reproduce
build.gradle
Expected behavior
The app build successfully
Screenshots
Smartphone (please complete the following information):
1.1.1
Additional context
My guess is there's duplicate variable name in my project, that used in this library. the
defaultValues
variable i used in my project is from this library