Skip to content

Commit

Permalink
release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Aug 3, 2020
1 parent 818b8b0 commit f6faa0d
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.5'
implementation 'org.xplugin:xplugin:1.3.6'
// 插件中
compileOnly 'org.xutils:xutils:3.9.0' // 可选
compileOnly 'org.xplugin:xplugin:1.3.5'
compileOnly 'org.xplugin:xplugin:1.3.6'
```
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.5"
version = "1.3.6"

android {
compileSdkVersion 30
Expand All @@ -18,7 +18,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 20200802
versionCode 20200803
versionName version

consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit f6faa0d

Please sign in to comment.