Skip to content

Instantly share code, notes, and snippets.

@Tug
Created January 16, 2019 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tug/0bf5869d3a0477bd4723cc5ed1a909ee to your computer and use it in GitHub Desktop.
Save Tug/0bf5869d3a0477bd4723cc5ed1a909ee to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment