Skip to content

Conversation

Axenu
Copy link

@Axenu Axenu commented Apr 3, 2025

I saw that support for older devices was dropped a while back.

We are running our app on Sunmi P2Pro devices, which only support up to sdk 25. We have been running 1.8.0 now for a while, with a patch for changing the minSDK verison with no problems.

I see no reason why the main package can't support sdk 25.

@can-miki can-miki self-assigned this Jul 4, 2025
@can-miki
Copy link
Member

can-miki commented Jul 4, 2025

Thank you very much for your feedback, and sorry for my late reply.

The OS version is closely tied to the minSdkVersion (API Level). According to our company policy, we generally target the latest OS version at the time of SDK release, as well as a few previous generations, as our primary support targets. Therefore, when we release a new version of the SDK, the supported OS versions may be updated accordingly. We apologize for any inconvenience this may cause, and appreciate your understanding.

If there are any specific issues or difficulties that you are unable to resolve on your end due to these version requirements, please let us know. We are happy to discuss further or help investigate potential solutions if needed.

Thank you again for reaching out to us!

@can-miki can-miki added Status: resolved Solved or Answered Platform: android Status: wontfix This will not be worked on and removed Status: resolved Solved or Answered labels Jul 4, 2025
@rogueturnip
Copy link

Do you have a list of the versions and what min SDK you support? We have the need to potentially run on android 7 and would like to be able to select the right version for that if possible.

@can-miki
Copy link
Member

@rogueturnip
Thank you for your inquiry.

The supported OS versions for each release are described in the ReadMe of each version.
For Android, the minSdkVersion is also specified in the Build.gradle file for each version, so please check those as well.

Thank you for your continued support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: android Status: wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants