Skip to content

Commit af53ca9

Browse files
committed
release 1.3.10
1 parent b6f9eb2 commit af53ca9

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
@@ -38,10 +38,10 @@
3838
3939
// 宿主中
4040
implementation 'org.xutils:xutils:3.9.0'
41-
implementation 'org.xplugin:xplugin:1.3.9'
41+
implementation 'org.xplugin:xplugin:1.3.10'
4242
// 插件中
4343
compileOnly 'org.xutils:xutils:3.9.0' // 可选
44-
compileOnly 'org.xplugin:xplugin:1.3.9'
44+
compileOnly 'org.xplugin:xplugin:1.3.10'
4545
```
4646
2. 初始化接口示例: [MyApplication](app/src/main/java/org/xplugin/demo/app/MyApplication.java)
4747
3. 在宿主或插件中的Manifest中添加 dependence 信息, 框架将自动异步加载依赖的插件模块, 参考 [AndroidManifest.xml](app/src/main/AndroidManifest.xml)

xplugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55
def siteUrl = 'https://github.com/wyouflf/xPlugin'
66
def gitUrl = 'https://github.com/wyouflf/xPlugin.git'
77
group = "org.xplugin"
8-
version = "1.3.9"
8+
version = "1.3.10"
99

1010
android {
1111
compileSdkVersion 30
@@ -18,7 +18,7 @@ android {
1818
defaultConfig {
1919
minSdkVersion 19
2020
targetSdkVersion 30
21-
versionCode 20200806
21+
versionCode 20200824
2222
versionName version
2323

2424
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)