SimplePanorama icon indicating copy to clipboard operation
SimplePanorama copied to clipboard

use minSdkVersion=14 instead of 18?

Open k3b opened this issue 6 years ago • 0 comments

Currently the lib is compiled with minSdkVersion=18 (via gradle.properties MIN_SDK_VERSION = 18)

I plan to integrate the lib into https://github.com/k3b/APhotoManager which has minSdkVersion=14 (android-4.0)

I already locally compiled the lib and the example app with minSdkVersion=14 and android-lint didn-t complain any incompatibilites.

The example app is working without any problems on my android-4.2 tablet (api=16)

Is there any reason why minSdk is 18?

If not is it possible to set it to 14?

k3b avatar Oct 26 '18 11:10 k3b