Skip to content

Commit be48cdb

Browse files
committed
update readme
1 parent 05e9d19 commit be48cdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
6868

6969
2、 在宿主工程的build.gradle文件下添加如下3个配置
7070
```
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"
7272
7373
android {
7474
defaultConfig {
@@ -156,7 +156,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
156156

157157
2、在build.gradle中添加如下2个配置
158158
```
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"
160160
161161
android {
162162
defaultConfig {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ ext {
3232
//HOST_FAIRY_SCRIPT = "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/0.0.63-snapshot/FairyPlugin/host.gradle"
3333

3434
//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"
3737
}

0 commit comments

Comments
 (0)