Skip to content

Commit

Permalink
Update gutenbergMobileVersion to use S3
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Mar 31, 2021
1 parent 9fef98f commit 35f1b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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.
Expand Down

0 comments on commit 35f1b69

Please sign in to comment.