Skip to content

Commit

Permalink
UPDATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Dec 15, 2020
1 parent ed6098e commit 9e7a3c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.kezong:fat-aar:1.3.1'
classpath 'com.kezong:fat-aar:1.3.3'
}
}
```
Expand All @@ -30,7 +30,7 @@ Add snippet below to the `build.gradle` of your android library:
apply plugin: 'com.kezong.fat-aar'
```

### Step 2: Embed dependencie
### Step 2: Embed dependencies

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

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

## Version Log
- [1.3.3](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.3>)
- Fix bug that "Can not find task bundleDebugAar". #84
- Fix bug that crash when module can not resolve.
- Throw a runtime exception when manifest merge fail.
- [1.3.1](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1>)
- Implement bytecode patching to process R class
- Support merge consumerProguardFiles
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ AAR是Android提供的一种官方文件形式;
[Gradle Plugin和所需求的Gradle版本官方文档](https://developer.android.google.cn/studio/releases/gradle-plugin.html)

## 更新日志
- [1.3.3](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.3>)
- 修复异常"Can not find task bundleDebugAar". #84
- 修复当工程解析失败时产生的异常.
- 当AndroidManifest合并时抛出异常.
- [1.3.1](<https://github.com/kezong/fat-aar-android/releases/tag/v1.3.1>)
- R.class合并采用Transform,解决大部分R class找不到的问题.
- 支持consumerProguardFiles合并
Expand Down

0 comments on commit 9e7a3c0

Please sign in to comment.