File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 27
10
- versionCode 63
11
- versionName " 0.0.63 -snapshot"
10
+ versionCode 64
11
+ versionName " 0.0.64 -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.63 -snapshot
7
+ #### 最新版本: 0.0.64 -snapshot
8
8
重要:需要在根目录的gradle.properties文件中配置android.enableAapt2=false
9
9
10
10
#### 项目结构
@@ -81,7 +81,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
81
81
```
82
82
dependencies {
83
83
//请务必使用@aar结尾,以中断依赖传递
84
- implementation('com.limpoxe.fairy:FairyPlugin:0.0.63 -snapshot@aar')
84
+ implementation('com.limpoxe.fairy:FairyPlugin:0.0.64 -snapshot@aar')
85
85
//可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
86
86
//implementation('com.limpoxe.support:android-servicemanager:1.0.5@aar')
87
87
}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ android {
92
92
}
93
93
94
94
dependencies {
95
- // implementation('com.limpoxe.fairy:FairyPlugin:0.0.63 -snapshot@aar')//通过后缀@aar来中断依赖传递
95
+ // implementation('com.limpoxe.fairy:FairyPlugin:0.0.64 -snapshot@aar')//通过后缀@aar来中断依赖传递
96
96
implementation project(' :FairyPlugin' )
97
97
// optional
98
98
// compile('com.limpoxe.support:android-servicemanager:1.0.5@aar')
You can’t perform that action at this time.
0 commit comments