Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
ext.wordPressUtilsVersion = '2.2.0'
ext.wordPressLoginVersion = '0.0.8'
ext.detektVersion = '1.15.0'
ext.gutenbergMobileVersion = 'v1.66.0'
ext.gutenbergMobileVersion = 'v1.68.0-alpha1'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might get a conflict after GB-mobile version 1.67.0 is merged into develop and we try merging the branch gutenberg/after_1.67.0. In that case, we might need to create a new tag v1.68.0-alpha2 to point to a later GB-mobile commit so it includes changes from 1.67.0 and the changes from wordpress-mobile/gutenberg-mobile#4290.

ext.storiesVersion = '1.2.0'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion libs/editor/WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.aztecVersion = 'v1.5.0'
ext.aztecVersion = 'v1.5.1'
}

repositories {
Expand Down