File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
jcenter()
20
20
}
21
21
dependencies {
22
- classpath 'com.kezong:fat-aar:1.3.1 '
22
+ classpath 'com.kezong:fat-aar:1.3.3 '
23
23
}
24
24
}
25
25
```
@@ -30,7 +30,7 @@ Add snippet below to the `build.gradle` of your android library:
30
30
apply plugin: 'com.kezong.fat-aar'
31
31
```
32
32
33
- ### Step 2: Embed dependencie
33
+ ### Step 2: Embed dependencies
34
34
35
35
Declare ` embed ` for the dependencies you want to merge in ` build.gradle ` .
36
36
@@ -131,6 +131,10 @@ The following link which version of Gradle is required for each version of the A
131
131
[ Plugin version and Required Gradle version] ( https://developer.android.google.cn/studio/releases/gradle-plugin.html )
132
132
133
133
## Version Log
134
+ - [ 1.3.3] ( < https://github.com/kezong/fat-aar-android/releases/tag/v1.3.3 > )
135
+ - Fix bug that "Can not find task bundleDebugAar". #84
136
+ - Fix bug that crash when module can not resolve.
137
+ - Throw a runtime exception when manifest merge fail.
134
138
- [ 1.3.1] ( < https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1 > )
135
139
- Implement bytecode patching to process R class
136
140
- Support merge consumerProguardFiles
Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ AAR是Android提供的一种官方文件形式;
142
142
[ Gradle Plugin和所需求的Gradle版本官方文档] ( https://developer.android.google.cn/studio/releases/gradle-plugin.html )
143
143
144
144
## 更新日志
145
+ - [ 1.3.3] ( < https://github.com/kezong/fat-aar-android/releases/tag/v1.3.3 > )
146
+ - 修复异常"Can not find task bundleDebugAar". #84
147
+ - 修复当工程解析失败时产生的异常.
148
+ - 当AndroidManifest合并时抛出异常.
145
149
- [ 1.3.1] ( < https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1 > )
146
150
- R.class合并采用Transform,解决大部分R class找不到的问题.
147
151
- 支持consumerProguardFiles合并
You can’t perform that action at this time.
0 commit comments