瀏覽代碼

fixed html-copy gradle file location (changed when we moved to a temp private npm package)

Artal Druk 8 年之前
父節點
當前提交
de711eda0e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      example/android/app/build.gradle

+ 2
- 2
example/android/app/build.gradle 查看文件

140
 }
140
 }
141
 
141
 
142
 project.afterEvaluate {
142
 project.afterEvaluate {
143
-    apply from: '../../node_modules/react-native-ZSSRichTextEditor/htmlCopy.gradle';
144
-    copyEditorHtmlToAppAssets(file('../../node_modules/react-native-ZSSRichTextEditor'))
143
+    apply from: '../../node_modules/react-native-temp-rich-text-editor/htmlCopy.gradle';
144
+    copyEditorHtmlToAppAssets(file('../../node_modules/react-native-temp-rich-text-editor'))
145
 }
145
 }