-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Increase SDK level to 35 #1003
Increase SDK level to 35 #1003
Conversation
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
4f56046
to
ed7a47d
Compare
@ArnyminerZ There's some "new API" problem in the existing |
…to 997-target-android-15-api-35
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
@rfc2822 done I just replaced |
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.
Looks good to me :)
app/src/main/kotlin/at/bitfire/davdroid/repository/DavSyncStatsRepository.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
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.
Nice, thanks :)
Purpose
Increase target SDK level to 35 in order to support Android 15.
Short description
See #997.
I've also had to modify some functions since it seems that some functions now return null. See changes, I've made them as simple as possible.
Checklist