unsplash / unsplash-photopicker-android

📱An Android photo picker to search and download photos from Unsplash.
MIT License
336 stars 62 forks source link

Add support for Android API level 16 #12

Open crazyhappygame opened 3 years ago

crazyhappygame commented 3 years ago

Is your feature request related to a problem? Please describe. My Android application support Android 4.1 (API level 16). I can not use due to error:

uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.github.unsplash:unsplash-photopicker-android:1.0.0]

Describe the solution you'd like support Android 4.1 (API level 16)

Describe alternatives you've considered

Additional context

crazyhappygame commented 2 years ago

Android 4.4 (API level 19) ?