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

Android: Bump compileSdkVersion from 31 to 34 #6

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

chrisbobbe
Copy link

@chrisbobbe chrisbobbe commented Sep 27, 2024

The Java changes in a recent commit won't be picked up in
zulip-mobile unless we build React Native from source; discussion:
zulip/zulip-mobile#5892 (comment)

After those Java changes, though, some new constants are read
(Context.RECEIVER_EXPORTED and Context.RECEIVER_NOT_EXPORTED).
To get those, we need compileSdkVersion >= 34.

The Java changes in a recent commit won't be picked up in
zulip-mobile unless we build React Native from source; discussion:
  zulip/zulip-mobile#5892 (comment)

After those Java changes, though, some new constants are read
(`Context.RECEIVER_EXPORTED` and `Context.RECEIVER_NOT_EXPORTED`).
To get those, we need compileSdkVersion >= 34.
@chrisbobbe
Copy link
Author

Updated following an over-the-shoulder review in the office; PTAL. 🙂

@gnprice
Copy link
Member

gnprice commented Sep 27, 2024

Thanks! Looks good; merging.

@gnprice gnprice merged commit b7b2f6c into zulip:0.68.7-zulip Sep 27, 2024
@chrisbobbe chrisbobbe deleted the pr-compile-sdk-version-34 branch September 27, 2024 21:13
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