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- The solution of merging aar works with [ AGP] [ 3 ] 8.0+ (tested up to 8.13 )
6+ The solution of merging aar works with [ AGP] [ 3 ] 8.0+ (tested up to 9.0 )
77
8- Plugin is in maintenance mode, please consider official [ Fused Library Plugin] ( https://developer.android.com/build/publish-library/fused-library )
8+ > [ !CAUTION]
9+ > Plugin is in maintenance mode, consider official [ Fused Library Plugin] ( https://developer.android.com/build/publish-library/fused-library )
910
1011## Getting Started
1112
@@ -22,7 +23,7 @@ buildscript {
2223 }
2324 }
2425 dependencies {
25- classpath("com.github.aasitnikov:fat-aar-android:1.4.4 ")
26+ classpath("com.github.aasitnikov:fat-aar-android:1.4.5 ")
2627 }
2728}
2829```
@@ -118,6 +119,7 @@ See [anatomy of an aar file here][2].
118119## Gradle Version Support
119120| Version | Android Gradle Plugin | Gradle |
120121| :---------------:| :---------------------:| :---------:|
122+ | 1.4.5 | 9.0 | 9.3.0 |
121123| 1.4.4 | 8.13 | 8.14 |
122124| 1.4.2 | 8.7 | 8.12 |
123125| 1.4.1 | 8.5 | 8.7 |
@@ -142,6 +144,8 @@ The following link which version of Gradle is required for each version of the A
142144[ Plugin version and Required Gradle version] ( https://developer.android.com/build/releases/gradle-plugin )
143145
144146## Version Log
147+ - [ 1.4.5] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.5 > )
148+ - Add support for AGP 9.0 [ #4 ] ( https://github.com/aasitnikov/fat-aar-android/pull/4 ) . Thanks, [ @erykrutkowski ] ( https://github.com/erykrutkowski ) !
145149- [ 1.4.4] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.4 > )
146150 - Fix build error when assembling app module with version 1.4.3 [ #3 ] ( https://github.com/aasitnikov/fat-aar-android/pull/3 ) . Thanks, [ @NormanWangEndeavor ] ( https://github.com/NormanWangEndeavor ) !
147151- [ 1.4.3] ( < https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.3 > )
0 commit comments