martin-stone / hsv-alpha-color-picker-android

A color picker and a color preference for use in Android applications.
Apache License 2.0
290 stars 60 forks source link

Compatibility upto API 14 #3

Closed AkshayChordiya closed 9 years ago

AkshayChordiya commented 9 years ago

Excellent library, it's just what I needed but can you make your library backward compatible to API 14, moreover my project supports API 14.

Waiting for it.

AkshayChordiya commented 9 years ago

Any status?

martin-stone commented 9 years ago

Hi. I haven't had a chance to look at this yet. It's possible that it will work already and just needs the minSdkVersion changing in the build.gradle.

If you want to speed things up, you could try building the library locally and changing the minSdkVersion and see if anything breaks.

AkshayChordiya commented 9 years ago

@martin-stone Well thanks for the tip. I got to find how to build library locally

martin-stone commented 9 years ago

I've now had time to look at this and I've reduced the minSdkVersion to 11. You only need to change the library dependency to

compile 'com.rarepebble:colorpicker:1.2.0'.
AkshayChordiya commented 9 years ago

That's so cool. Thank you.

Regards, Akshay Chordiya On Aug 22, 2015 2:03 AM, "Martin Stone" notifications@github.com wrote:

Closed #3 https://github.com/martin-stone/hsv-alpha-color-picker-android/issues/3.

— Reply to this email directly or view it on GitHub https://github.com/martin-stone/hsv-alpha-color-picker-android/issues/3#event-389188966 .