33[ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/aasitnikov/fat-aar-android/blob/master/LICENSE )
44[ ![ JitPack] ( https://jitpack.io/v/aasitnikov/fat-aar-android.svg )] ( https://jitpack.io/#aasitnikov/fat-aar-android )
55
6- This fork adds support for AGP 8.0+
6+ The solution of merging aar works with [ AGP] [ 3 ] 8.0+ (tested up to 8.13)
77
8- The solution of merging aar works with [ AGP ] [ 3 ] 8.5 and Gradle 8.7
8+ Plugin is in maintenance mode, please consider official [ Fused Library Plugin ] ( https://developer.android.com/build/publish-library/fused-library )
99
1010## Getting Started
1111
@@ -22,7 +22,7 @@ buildscript {
2222 }
2323 }
2424 dependencies {
25- classpath 'com.github.aasitnikov:fat-aar-android:1.4.2 '
25+ classpath 'com.github.aasitnikov:fat-aar-android:1.4.3 '
2626 }
2727}
2828```
@@ -118,6 +118,7 @@ See [anatomy of an aar file here][2].
118118## Gradle Version Support
119119| Version | Android Gradle Plugin | Gradle |
120120| :---------------:| :---------------------:| :---------:|
121+ | 1.4.3 | 8.13 | 8.14 |
121122| 1.4.2 | 8.7 | 8.12 |
122123| 1.4.1 | 8.5 | 8.7 |
123124| 1.4.0 | 8.3 | 8.6 |
@@ -141,10 +142,12 @@ The following link which version of Gradle is required for each version of the A
141142[ Plugin version and Required Gradle version] ( https://developer.android.com/build/releases/gradle-plugin )
142143
143144## Version Log
145+ - [ 1.4.3] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.3 > )
146+ - Add support for AGP 8.13 [ #2 ] ( https://github.com/aasitnikov/fat-aar-android/pull/2 ) . Thanks, [ @NormanWangEndeavor ] ( https://github.com/NormanWangEndeavor ) !
144147- [ 1.4.2] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.2 > )
145148 - Drop AGP < 8.0.0 support
146149 - Fix parallel multi-project tasks execution
147- - Support META-INF/* .kotlin_module merging [ #1 ] ( https://github.com/aasitnikov/fat-aar-android/pull/1 ) . Thanks, @rugged-bl !
150+ - Support META-INF/* .kotlin_module merging [ #1 ] ( https://github.com/aasitnikov/fat-aar-android/pull/1 ) . Thanks, [ @rugged-bl ] ( https://github.com/rugged-bl ) !
148151- [ 1.4.1] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.1 > )
149152 - Support AGP 8.5
150153- [ 1.4.0] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.0 > )
0 commit comments