Skip to content

Commit 8e2ee0b

Browse files
authored
Merge pull request #21477 from wordpress-mobile/build/integrate-gutenberg-kit-release
build: Update GutenbergKit ref
2 parents 47c0df2 + 8f8bf84 commit 8e2ee0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/gradle/included_builds.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (localBuilds.exists()) {
4848

4949
if (ext.has("localGutenbergKitPath")) {
5050
gradle.ext.includedBuildGutenbergKitPath = ext.localGutenbergKitPath
51-
includeBuild("$ext.localGutenbergKitPath/Demo-Android") {
51+
includeBuild("$ext.localGutenbergKitPath/android") {
5252
dependencySubstitution {
5353
println "Substituting GutenbergKit with the local build"
5454
substitute module("$gradle.ext.gutenbergKitBinaryPath") using project(':Gutenberg')

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ google-play-services-auth = '20.4.1'
7171
google-services = '4.4.2'
7272
gravatar = '2.0.1'
7373
greenrobot-eventbus = '3.3.1'
74-
gutenberg-kit = 'trunk-c62f3f03a4fdcd31263e9cc014f7a4c65c18131a'
74+
gutenberg-kit = 'v0.0.2'
7575
gutenberg-mobile = 'v1.121.0'
7676
indexos-media-for-mobile = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'
7777
jackson-databind = '2.12.7.1'

0 commit comments

Comments
 (0)