diff --git a/build.gradle b/build.gradle index 02dfc861f460..9311998fdfc9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { ext.kotlin_ktx_version = '1.2.0' ext.wordPressUtilsVersion = '1.30.3-beta.3' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = 'develop-4469dda6a4539ce371cad3e3340edc2d14a2c207' + ext.gutenbergMobileVersion = '3325-2dbb9a21f44102a5cac08b80e99359c757491ca2' repositories { google() diff --git a/settings.gradle b/settings.gradle index bc187763ab22..d2912c564a2d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -23,7 +23,7 @@ project(':WordPressMocks').projectDir = new File(rootProject.projectDir, propert gradle.ext.fluxCBinaryPath = "com.github.wordpress-mobile.WordPress-FluxC-Android" gradle.ext.wputilsBinaryPath = "org.wordpress:utils" -gradle.ext.gutenbergMobileBinaryPath = "com.github.wordpress-mobile.gutenberg-mobile:react-native-gutenberg-bridge" +gradle.ext.gutenbergMobileBinaryPath = "org.wordpress-mobile.gutenberg-mobile:react-native-gutenberg-bridge" gradle.ext.includedBuildGutenbergMobilePath = null def localBuilds = new File('local-builds.gradle') @@ -32,7 +32,7 @@ if (localBuilds.exists()) { /* In order to add a new included build: - 1. Define a property for its path in the `local-builds.gradle-example` file. + 1. Define a property for its path in the `local-builds.gradle-example` file. 2. Check if that property exists in `ext` since it may be commented out. 3. Include the build using the property. 4. Add dependencySubstitution block and substitute the binary module with the project.