You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android/deps: compileSdkVersion to 33 (Android 13); image-picker to 4.10.2
Seems like react-native-image-picker made it *possible* to build on
the new SDK in the same commit where they made it *necessary* to do
so, which was a bad choice:
zulip#5543 (comment)
So, shove the sdk bump and this image-picker upgrade together into
one commit.
Anyway, as Greg said in his draft of the compileSdkVersion bump,
f5c90ec:
This version is out; time to start using it in the build.
This setting is not to be confused with the targetSdkVersion. The
latter goes into the built manifest, and affects a wide range of
behavior, so bumping it requires careful testing. This is used
purely at build time, and should have no effect on runtime
behavior.
Its main effect is that it become possible for code to
conditionally use new API features. It also brings new compiler
warnings -- hence the pair of library updates preceding this.
We take the latest image-picker version, but in particular at least
4.10.1, to get a bugfix for an image-orientation issue:
react-native-image-picker/react-native-image-picker#2036
that was reportedly introduced in 4.8.5:
react-native-image-picker/react-native-image-picker#2022
0 commit comments