From 3598052dab35065b1fbc48483ea419329a13d7ec Mon Sep 17 00:00:00 2001 From: kezong <379977@qq.com> Date: Mon, 26 Oct 2020 17:34:49 +0800 Subject: [PATCH] update README --- README.md | 8 ++++++-- README_CN.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0c4c584..376188a1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:xxx' - classpath 'com.kezong:fat-aar:1.2.18' + classpath 'com.kezong:fat-aar:1.2.19' } } ``` @@ -110,13 +110,17 @@ See [anatomy of an aar file here][2]. | 1.2.11 - 1.2.14 | 3.0.0 - 3.6.9 | 4.1+ | | 1.2.15 - 1.2.16 | 3.0.0 - 4.0.2 | 4.1+| | 1.2.17 | 3.0.0 - 4.0.2 | 4.9+ | -| 1.2.18 | 3.0.0 - 4.1.0 | 4.9+ | +| 1.2.18+ | 3.0.0 - 4.1.0 | 4.9+ | The following link which version of Gradle is required for each version of the Android Gradle plugin. For the best performance, you should use the latest possible version of both Gradle and the plugin. [Plugin version and Required Gradle version](https://developer.android.google.cn/studio/releases/gradle-plugin.html) ## Version Log +- [1.2.19]() + - Support embed aar that has no classes.jar #157 + - Support embed aar that has no AndroidManifest.xml #206 + - Fix bug that R.class not embed when publish to maven #200 - [1.2.18]() - Adapt gradle plugin 4.1.0 [#201](https://github.com/kezong/fat-aar-android/issues/201) - [1.2.17]() diff --git a/README_CN.md b/README_CN.md index f9da05c0..1f4978cc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -17,7 +17,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:xxx' - classpath 'com.kezong:fat-aar:1.2.18' + classpath 'com.kezong:fat-aar:1.2.19' } } ``` @@ -111,11 +111,15 @@ AAR是Android提供的一种官方文件形式; | 1.2.11 - 1.2.14 | 3.0.0 - 3.6.9 | 4.1+ | | 1.2.15 - 1.2.16 | 3.0.0 - 4.0.2 | 4.1+ | | 1.2.17 | 3.0.0 - 4.0.2 | 4.9+ | -| 1.2.18 | 3.0.0 - 4.1.0 | 4.9+ | +| 1.2.18+ | 3.0.0 - 4.1.0 | 4.9+ | [Gradle Plugin和所需求的Gradle版本官方文档](https://developer.android.google.cn/studio/releases/gradle-plugin.html) ## 更新日志 +- [1.2.19]() + - 支持embed没有class.jar的aar [#157](https://github.com/kezong/fat-aar-android/issues/158) + - 支持embed没有AndroidManifest.xml的aar [#206](https://github.com/kezong/fat-aar-android/issues/206) + - 修复上传至maven时,R.class未包含进aar的BUG [#200](https://github.com/kezong/fat-aar-android/issues/200) - [1.2.18]() - 适配gradle plugin 4.1.0 [#201](https://github.com/kezong/fat-aar-android/issues/201) - [1.2.17]()