Skip to content

Commit

Permalink
release 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Aug 6, 2020
1 parent f8bb248 commit ea69112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
// 宿主中
implementation 'org.xutils:xutils:3.9.0'
implementation 'org.xplugin:xplugin:1.3.8'
implementation 'org.xplugin:xplugin:1.3.9'
// 插件中
compileOnly 'org.xutils:xutils:3.9.0' // 可选
compileOnly 'org.xplugin:xplugin:1.3.8'
compileOnly 'org.xplugin:xplugin:1.3.9'
```
2. 初始化接口示例: [MyApplication](app/src/main/java/org/xplugin/demo/app/MyApplication.java)
3. 在宿主或插件中的Manifest中添加 dependence 信息, 框架将自动异步加载依赖的插件模块, 参考 [AndroidManifest.xml](app/src/main/AndroidManifest.xml)
Expand Down
2 changes: 1 addition & 1 deletion xplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
def siteUrl = 'https://github.com/wyouflf/xPlugin'
def gitUrl = 'https://github.com/wyouflf/xPlugin.git'
group = "org.xplugin"
version = "1.3.8"
version = "1.3.9"

android {
compileSdkVersion 30
Expand Down

0 comments on commit ea69112

Please sign in to comment.