ranaparamveer / android-sqlite-asset-helper

An Android helper class to manage database creation and version management using an application's raw asset files
Apache License 2.0
25 stars 3 forks source link

Explanation for the current minSdkVersion #4

Open Johnson145 opened 5 years ago

Johnson145 commented 5 years ago

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.

Kisty commented 5 years ago

I agree there's no reason for minSdkVersion to be 19. Why not make a PR to bring it down to 8 as that's what it was before.