-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Min and Target SDK #146
Comments
Hi Currently the app is being rewritten in jetpack compose with a new UI by a third party (which will be checked by me at the end), Moving to jetpack compose will reduce the maintenance burden for me a lot, which will help implementing new features and improvements faster |
I will consider moving up the min sdk as we go on, for sure Thanks for the suggestion |
No problem :)
Oh wow okay. When would this be available for us?
Oh nice |
Thank you so much!
Np, thank you more! |
I cannot give a timeframe, but its probably not any time soon, at least not in the next 140 days or so |
@meypod Oh wow that's at least 6 Months... |
Sorry to disappoint you |
No problem. I understand |
@meypod Will the new code be hosted in this repository or will you open a new repository? |
I have not decided yet, but I think it might be a new repo and keep this as is |
Hey,
i saw that the App has Target SDK on 34 and Minimum SDK on 24 and I wanted to ask if you could make Target SDK to 35 for Android 15 and Minimum SDK to 26/28/29/31? (Higher is always better) I would appreciate that!
A higher Minimum SDK version implies that your app supports fewer Android versions, minimizing compatibility issues. Because higher SDK means also Versions which are supported better. It makes the work easier. because Android 12 (SDK 31) is the last version that receives security patches. Further more, the less minSdk, the more internal compatibility layers, techniques etc. For example, lower SDK versions require v1/v2 signing, have somewhat different optimization levels, etc.
The text was updated successfully, but these errors were encountered: