Skip to content

Commit

Permalink
release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Jul 31, 2020
1 parent 4447c7b commit b090015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3'
implementation 'org.xplugin:xplugin:1.3.4'
// 插件中
compileOnly 'org.xutils:xutils:3.9.0' // 可选
compileOnly 'org.xplugin:xplugin:1.3.3'
compileOnly 'org.xplugin:xplugin:1.3.4'
```
2. 初始化接口示例: [MyApplication](app/src/main/java/org/xplugin/demo/app/MyApplication.java)
3. 在宿主或插件中的Manifest中添加 dependence 信息, 框架将自动异步加载依赖的插件模块, 参考 [AndroidManifest.xml](app/src/main/AndroidManifest.xml)
Expand Down
4 changes: 2 additions & 2 deletions 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.3"
version = "1.3.4"

android {
compileSdkVersion 29
Expand All @@ -18,7 +18,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 20200730
versionCode 20200731
versionName version

consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit b090015

Please sign in to comment.