Skip to content

Commit

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

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

consumerProguardFiles "consumer-rules.pro"
Expand All @@ -37,7 +37,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'org.xutils:xutils:3.8.12'
implementation 'org.xutils:xutils:3.9.0'
}

install {
Expand Down

0 comments on commit d787a4b

Please sign in to comment.