Summary
I've built a fork of this app, and trying to publish it to Google Play, however it compains that the app is targeting API level 33, and the minimum requirement now is 35. So it would be great if it could be updated.
Description
I'm kinda slowly working on this myself, Gemini came up with this plan:
- Schedule exact alarms - checked, we already use USE_EXACT_ALARM permission for SDK 33+ so all g, see 1 and 2
- Foreground service
- OpenJDK updates
- OpenJDK regex
- OpenJDK ProGruad
- Restrictions to implicit and pending intents
- Runtime-registered broadcasts
- Safer dynamic code loading
- Additional restrictions
- Grant partial access
- Rememeber to check
- Update the SDK version
I'll try to share my results as a PR once/if I'm done, would appreciate some help/input tho, cheers!
Summary
I've built a fork of this app, and trying to publish it to Google Play, however it compains that the app is targeting API level 33, and the minimum requirement now is 35. So it would be great if it could be updated.
Description
I'm kinda slowly working on this myself, Gemini came up with this plan:
I'll try to share my results as a PR once/if I'm done, would appreciate some help/input tho, cheers!