Skip to content

Lower Android minSdk #591

@zt64

Description

@zt64

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions