-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Target Android 15 instead of Android 14 #3918
Target Android 15 instead of Android 14 #3918
Conversation
To do this I edited the build.gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello there tegridyfarmer! 👋
Thank you and congrats 🎉 for opening your first PR on this project! ✨ 💖
We will try to review it soon!
Thanks for opening this up! Did you test if the android app builds and works with this change? |
No, I can try it but I have never made a build. Do I need to use Android Studio for that? |
Yes! |
I managed to build two debug-builds using ./gradlew assembleDebug. The application seems to work normally, but does mention that it is in debug mode as notification on the bottom on app start. |
On another application (PrivateLock) I used assembleRelease and it has worked great without the notification. So that was it. Currently I guess some testing has to be done on an Android 15 device or in a Android 15 emulator like in Android Studio. |
Yes! I think checking if all basic stuff works (creating some tasks), should be enough. Could you have a look? |
If I have some time I will try and test it in Android Studio with a Android 15 build this weekend. |
No screen recording needed. Thanks. I trust you :) Just testing once would be great! |
There are some issues: this is likely caused by the end-to-end display mode that Android 15 uses for apps. What do you think a fitting solution is? |
Thank you very much for testing this!
Not sure. I might be mistaken, but I don't think that it is a high priority to increase the target version. I'd rather focus my efforts some place else for the time being. |
With Android 16 being finalized in the coming months is it maybe better to wait for the 36 sdk to come out, so that does not have to be addressed later? https://www.androidauthority.com/android-16-release-date-3495817/ |
Yes, lets do it like this. |
I'll open a new PR when Android 16 is out |
To do this I edited the build.gradle
Description
It targets and compiles for Android 15 instead of Adroid 14.
Here are some relevant things to keep in mind before merging:
https://developer.android.com/about/versions/15/behavior-changes-15
Issues Resolved
#3884
Check List