Skip to content

Commit

Permalink
Android: Bump compileSdkVersion from 31 to 34
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrisbobbe committed Sep 27, 2024
1 parent 5c36f10 commit b7b2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ task androidSourcesJar(type: Jar) {
}

android {
compileSdkVersion 31
compileSdkVersion 34

// Used to override the NDK path/version on internal CI or by allowing
// users to customize the NDK path/version from their root project (e.g. for M1 support)
Expand Down

0 comments on commit b7b2f6c

Please sign in to comment.