File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939// 宿主中
4040implementation 'org.xutils:xutils:3.9.0'
41- implementation 'org.xplugin:xplugin:1.3.6 '
41+ implementation 'org.xplugin:xplugin:1.3.7 '
4242// 插件中
4343compileOnly 'org.xutils:xutils:3.9.0' // 可选
44- compileOnly 'org.xplugin:xplugin:1.3.6 '
44+ compileOnly 'org.xplugin:xplugin:1.3.7 '
4545```
46462 . 初始化接口示例: [ MyApplication] ( app/src/main/java/org/xplugin/demo/app/MyApplication.java )
47473 . 在宿主或插件中的Manifest中添加 dependence 信息, 框架将自动异步加载依赖的插件模块, 参考 [ AndroidManifest.xml] ( app/src/main/AndroidManifest.xml )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55def siteUrl = ' https://github.com/wyouflf/xPlugin'
66def gitUrl = ' https://github.com/wyouflf/xPlugin.git'
77group = " org.xplugin"
8- version = " 1.3.6 "
8+ version = " 1.3.7 "
99
1010android {
1111 compileSdkVersion 30
@@ -18,7 +18,7 @@ android {
1818 defaultConfig {
1919 minSdkVersion 19
2020 targetSdkVersion 30
21- versionCode 20200803
21+ versionCode 20200804
2222 versionName version
2323
2424 consumerProguardFiles " consumer-rules.pro"
You can’t perform that action at this time.
0 commit comments