You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
-[中文文档](./README_CN.md)
7
7
8
-
The solution of merging aar works with [AGP][3]`3.0` and higher. (Tested in AGP 3.0 - 4.1.0, and Gradle 4.9 - 6.8)
8
+
The solution of merging aar works with [AGP][3]`3.0` and higher. (Tested in AGP 3.0 - 4.2.0, and Gradle 4.9 - 6.8)
9
9
10
10
## Getting Started
11
11
@@ -21,7 +21,7 @@ buildscript {
21
21
mavenCentral()
22
22
}
23
23
dependencies {
24
-
classpath 'com.github.kezong:fat-aar:1.3.5'
24
+
classpath 'com.github.kezong:fat-aar:1.3.6'
25
25
}
26
26
}
27
27
```
@@ -138,13 +138,17 @@ See [anatomy of an aar file here][2].
138
138
| 1.2.17 | 3.0.0 - 4.0.2 | 4.9 - 6.8 |
139
139
| 1.2.18+ | 3.0.0 - 4.1.0 | 4.9 - 6.8 |
140
140
| 1.3.+ | 3.0.0 - 4.1.0 | 4.9 - 6.8 |
141
-
| 1.3.4 | 3.0.0 - 4.1.0 | 4.9+ |
141
+
| 1.3.4 - 1.3.5 | 3.0.0 - 4.1.0 | 4.9+ |
142
+
| 1.3.6 | 3.0.0 - 4.2.0 | 4.9+ |
142
143
143
144
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.
144
145
145
146
[Plugin version and Required Gradle version](https://developer.android.google.cn/studio/releases/gradle-plugin.html)
- Fix the bug that jar cannot be merged in some case. [#255](https://github.com/kezong/fat-aar-android/issues/255)[#288](https://github.com/kezong/fat-aar-android/issues/288)
150
154
- Fix build error when use gradle 6.0-6.8. [#277](https://github.com/kezong/fat-aar-android/issues/277)
0 commit comments