-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade compile and target sdk version to Android API 33 #25
Conversation
8dddead
to
022b08e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has been copied from the upstream repository: software-mansion@8d70e87
This commit has been copied from the upstream repository: software-mansion@8d70e87
022b08e
to
1b0aff3
Compare
@geriux Note that this PR is merged into |
Oh yes! We had an issue on iOS where the editor would freeze so we decided to keep an older version, but the fork kept |
Ah, thanks for sharing the info. I'll add a note about this in the |
Description
This PR is related to the upgrade effort to Android 13 in Gutenberg Mobile: wordpress-mobile/gutenberg-mobile#5556. It basically updates all references of
compileSdkVersion
andtargetSdkVersion
parameters to use version33
.This change is similar to when we upgrade to Android 12.
Test plan
This update can be tested using the Gutenberg editor and the following PR: WordPress/gutenberg#50731.
The idea would be to run smoke testing on the demo project in order to check that there are no issues with Android 13.