Skip to content

Commit b7b2f6c

Browse files
committed
Android: Bump compileSdkVersion from 31 to 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.
1 parent 5c36f10 commit b7b2f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ task androidSourcesJar(type: Jar) {
279279
}
280280

281281
android {
282-
compileSdkVersion 31
282+
compileSdkVersion 34
283283

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

0 commit comments

Comments
 (0)