Skip to content
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

Support Android SDK 35 #545

Merged
merged 4 commits into from
Jul 12, 2024
Merged

Support Android SDK 35 #545

merged 4 commits into from
Jul 12, 2024

Conversation

devPalacio
Copy link
Contributor

@devPalacio devPalacio commented Jul 1, 2024

Cleaning up some compiler errors and deprecations when building against the Android API 35 JAR (compileSDK = 35)

e: DbxOfficialAppConnector.kt:296:35 Not nullable value required to call an 'iterator()' method on for-loop range
e: DropboxAuthIntent.kt:21:68 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type ApplicationInfo?

applicationInfo returning null is now handled properly.

Added some branching to use non-deprecated package signature APIs for devices >= API 28

@devPalacio devPalacio self-assigned this Jul 1, 2024
@devPalacio devPalacio marked this pull request as ready for review July 1, 2024 19:18
@devPalacio devPalacio merged commit 80ef16a into main Jul 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants