natario1 / ZoomLayout

2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
https://natario1.github.io/ZoomLayout
Apache License 2.0
1.03k stars 148 forks source link

Min sdk version #216

Closed moshtagh closed 2 years ago

moshtagh commented 2 years ago

minSdkVersion cannot be smaller than version 18 declared in library [com.otaliastudios.opengl:egloo:0.6.1]

natario1 commented 2 years ago

We use egloo in ZoomSurfaceView. If you are not using ZoomSurfaceView, you can try to override the minSdkVersion using

<uses-sdk tools:overrideLibrary="com.otaliastudios.opengl" /> In your manifest file.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity in the last 20 days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.