MaterialSeekBarPreference icon indicating copy to clipboard operation
MaterialSeekBarPreference copied to clipboard

Support library conflicts

Open DanChaltiel opened this issue 7 years ago • 1 comments

When using Android Studio 2.3, I get this error :

All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.1.1, 23.4.0.

I want to use the latest support library, could you update yours ?

I use this in my gradle file : compile 'com.pavelsikun:material-seekbar-preference:2.3.0'

DanChaltiel avatar Mar 13 '17 09:03 DanChaltiel

Can you please fix this trouble? I have forked the library meanwhile: compile('com.github.literakl:MaterialSeekBarPreference:2.3.0_SUPPORT_2600_1')

literakl avatar Aug 20 '17 08:08 literakl