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 @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 9
9
9
targetSdkVersion 25
10
- versionCode 57
11
- versionName " 0.0.57 -snapshot"
10
+ versionCode 58
11
+ versionName " 0.0.58 -snapshot"
12
12
}
13
13
14
14
lintOptions {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ README: [中文](https://github.com/limpoxe/Android-Plugin-Framework/blob/master
4
4
5
5
Android-Plugin-Framework是一个Android插件化框架,用于通过动态加载的方式免安装运行插件apk
6
6
7
- #### 最新版本: 0.0.57 -snapshot
7
+ #### 最新版本: 0.0.58 -snapshot
8
8
9
9
#### 项目结构
10
10
@@ -77,7 +77,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
77
77
```
78
78
dependencies {
79
79
//请务必使用@aar结尾,以中断依赖传递
80
- compile('com.limpoxe.fairy:FairyPlugin:0.0.57 -snapshot@aar')
80
+ compile('com.limpoxe.fairy:FairyPlugin:0.0.58 -snapshot@aar')
81
81
//可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
82
82
//compile('com.limpoxe.support:android-servicemanager:1.0.5@aar')
83
83
}
You can’t perform that action at this time.
0 commit comments