Can you explain why you've increased the required minSdkVersion to 19 (see this commit)?
I'm just about to switch from the original repo to your fork, but noticed that it got incompatible with older versions. In my case, I'm trying to support minSdkVersion=16, too. Just wondering whether there is an actual incompatibility?
Update:
Some initial tests on SDK 18 seem to work without any issues.
Can you explain why you've increased the required
minSdkVersion
to 19 (see this commit)?I'm just about to switch from the original repo to your fork, but noticed that it got incompatible with older versions. In my case, I'm trying to support minSdkVersion=16, too. Just wondering whether there is an actual incompatibility?
Update: Some initial tests on SDK 18 seem to work without any issues.