File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
68
68
69
69
2、 在宿主工程的build.gradle文件下添加如下3个配置
70
70
```
71
- apply from: "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot /FairyPlugin/host.gradle"
71
+ apply from: "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master /FairyPlugin/host.gradle"
72
72
73
73
android {
74
74
defaultConfig {
@@ -156,7 +156,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
156
156
157
157
2、在build.gradle中添加如下2个配置
158
158
```
159
- apply from: "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot /FairyPlugin/plugin.gradle"
159
+ apply from: "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master /FairyPlugin/plugin.gradle"
160
160
161
161
android {
162
162
defaultConfig {
Original file line number Diff line number Diff line change 32
32
// HOST_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot/FairyPlugin/host.gradle"
33
33
34
34
// PLUGIN_FAIRY_SCRIPT = '../../FairyPlugin/plugin.gradle'
35
- // PLUGIN_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master/FairyPlugin/plugin.gradle"
36
- PLUGIN_FAIRY_SCRIPT = " https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot/FairyPlugin/plugin.gradle"
35
+ PLUGIN_FAIRY_SCRIPT = " https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master/FairyPlugin/plugin.gradle"
36
+ // PLUGIN_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot/FairyPlugin/plugin.gradle"
37
37
}
You can’t perform that action at this time.
0 commit comments