kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.13k stars 621 forks source link

Update to support AGP 4.2.0 release #305

Closed gulo-gulo closed 3 years ago

gulo-gulo commented 3 years ago

Update to support AGP 4.2.0 release, currently only supports up to 4.2.0-alpha07

kezong commented 3 years ago

version check: 4.2.0 > 4.2.0-alpha07. There's no problem with this logic.

AGP 4.2.0 is supported by 1.3.6, you can upgrade it.