Skip to content

Commit 9e7a3c0

Browse files
committed
UPDATE README
1 parent ed6098e commit 9e7a3c0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
jcenter()
2020
}
2121
dependencies {
22-
classpath 'com.kezong:fat-aar:1.3.1'
22+
classpath 'com.kezong:fat-aar:1.3.3'
2323
}
2424
}
2525
```
@@ -30,7 +30,7 @@ Add snippet below to the `build.gradle` of your android library:
3030
apply plugin: 'com.kezong.fat-aar'
3131
```
3232

33-
### Step 2: Embed dependencie
33+
### Step 2: Embed dependencies
3434

3535
Declare `embed` for the dependencies you want to merge in `build.gradle`.
3636

@@ -131,6 +131,10 @@ The following link which version of Gradle is required for each version of the A
131131
[Plugin version and Required Gradle version](https://developer.android.google.cn/studio/releases/gradle-plugin.html)
132132

133133
## 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.
134138
- [1.3.1](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1>)
135139
- Implement bytecode patching to process R class
136140
- Support merge consumerProguardFiles

README_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ AAR是Android提供的一种官方文件形式;
142142
[Gradle Plugin和所需求的Gradle版本官方文档](https://developer.android.google.cn/studio/releases/gradle-plugin.html)
143143

144144
## 更新日志
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合并时抛出异常.
145149
- [1.3.1](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1>)
146150
- R.class合并采用Transform,解决大部分R class找不到的问题.
147151
- 支持consumerProguardFiles合并

0 commit comments

Comments
 (0)