-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Hi,
I noticed that the library's min SDK version was raised to 23 in this commit.
It seems like this change might have been made by mistake. The commit message mentions Android 14's restriction on apps with a targetSdk
lower than 23. However, this restriction only applies to the targetSdk
of the app, not the minSdk
of the library.
Wouldn't it make more sense to revert the min SDK version change as it was (at 19) and let the application itself decide on the appropriate target SDK? Raising the minSdk
to 23 unnecessarily limit the library's compatibility with apps that support older Android versions.
mustafaozhan
Metadata
Metadata
Assignees
Labels
No labels