-
Notifications
You must be signed in to change notification settings - Fork 225
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
Jamlus not supporting android target version 34 #3261
Comments
Thanks for reporting. Yes,Android needs some love too. Would that mean more than just changing the config file? Also related: #2767 |
We need committed Android developers who know the platform and are able to support debugging on it. At this stage, I'm even tempted to close down the Android branch as it's becoming less supportable. |
I do Android development in my day job, I can probably take a look in the near future |
That would be great. |
- Fixes jamulussoftware#3261 - Update Android build to support QT6 - Update Android build to use latest dependencies supported by QT 6.7.2
- Fixes jamulussoftware#3261 - Update Android build to support QT6 - Update Android build to use latest dependencies supported by QT 6.7.2
This will be covered in #3392. |
I checked manifest file of android it's supporting following version android:targetSdkVersion="28
But currently Android 34 is launched in market so please migrate project for targetSdkVersion =34
The text was updated successfully, but these errors were encountered: