Created
January 16, 2019 09:27
-
-
Save Tug/0bf5869d3a0477bd4723cc5ed1a909ee to your computer and use it in GitHub Desktop.
Revisions
-
Tug created this gist
Jan 16, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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