Skip to content

Instantly share code, notes, and snippets.

@Tug
Created January 16, 2019 09:27
Show Gist options
  • Select an option

  • Save Tug/0bf5869d3a0477bd4723cc5ed1a909ee to your computer and use it in GitHub Desktop.

Select an option

Save Tug/0bf5869d3a0477bd4723cc5ed1a909ee to your computer and use it in GitHub Desktop.

Revisions

  1. Tug created this gist Jan 16, 2019.
    35 changes: 35 additions & 0 deletions aztec-editing-in-gutenberg-mobile.patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    diff --git a/android/build.gradle b/android/build.gradle
    index fc7f557..922f885 100644
    --- a/android/build.gradle
    +++ b/android/build.gradle
    @@ -1,7 +1,8 @@
    buildscript {
    ext {
    - gradlePluginVersion = '3.1.0'
    - kotlinVersion = '1.2.31'
    + gradlePluginVersion = '3.1.3'
    + kotlinVersion = '1.3.11'
    + kotlinCoroutinesVersion = '1.1.0'
    supportLibVersion = '27.1.1'
    tagSoupVersion = '1.2.1'
    glideVersion = '3.7.0'
    diff --git a/android/settings.gradle b/android/settings.gradle
    index 42be4a6..e8b3a13 100644
    --- a/android/settings.gradle
    +++ b/android/settings.gradle
    @@ -7,3 +7,9 @@ include ':react-native-recyclerview-list'
    project(':react-native-recyclerview-list').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-recyclerview-list/android')

    include ':app'
    +
    +include ':aztec', ':glide-loader', ':wordpress-comments', ':wordpress-shortcodes'
    +project(':aztec').projectDir = new File(rootProject.projectDir, '../../AztecEditor-Android/aztec')
    +project(':glide-loader').projectDir = new File(rootProject.projectDir, '../../AztecEditor-Android/glide-loader')
    +project(':wordpress-comments').projectDir = new File(rootProject.projectDir, '../../AztecEditor-Android/wordpress-comments')
    +project(':wordpress-shortcodes').projectDir = new File(rootProject.projectDir, '../../AztecEditor-Android/wordpress-shortcodes')
    diff --git a/react-native-aztec b/react-native-aztec
    --- a/react-native-aztec
    +++ b/react-native-aztec
    @@ -1 +1 @@
    -Subproject commit 019e341da75bf82df0edf0ff09968d0349762bbe
    +Subproject commit 019e341da75bf82df0edf0ff09968d0349762bbe-dirty