-
Notifications
You must be signed in to change notification settings - Fork 88
minsdk #10
Comments
You won't be able to use this library on older devices. If you are targeting those devices I doubt you also want to target Marshmallow devices as well, or even Samsung devices new enough to have their proprietary fingerprint API. |
@itsjason is correct, the pass SDK is documented as only working on API 17 and newer. There are no API 10 devices that have fingerprint readers. Only 2% of active devices are still running Gingerbread, so I recommend not supporting devices that old. Having said that, I lowered the minSdk to 10 anyway in 2.7.2, and just return false from |
ok, i have new bug when build
|
Don't include the Samsung jar manually if you use this library. |
please help me fix this, thanks On Thu, Jun 23, 2016 at 10:23 AM, AJ Alt notifications@github.com wrote:
|
hi, guy
my project have min sdk is 10. And your lib is 14. I get error when build is uses-sdk:minSdkVersion 10 cannot be smaller than version 14 declared in library [com.github.ajalt.reprint:core:2.7.1]
Please help me. Thanks.
The text was updated successfully, but these errors were encountered: