With the release of AGP 8.0, the old transformer API is no longer supported. For that reason, we are making the -transformer-api release variant our main release.
This will update he minimum supported version of AGP to 7.4 and the minimum supported version of Java to 11.
[ ] Bumping to AGP 7.4 as minimum version is done in another PR (currently we are targeting an alpha version)
[ ] Gradle will be moved to 7.5 in another PR
[ ] It looks like we are targeting Java 1.8 compatibility in a bunch of places. Unclear why if Java 11 is the minimum.
With the release of AGP 8.0, the old transformer API is no longer supported. For that reason, we are making the
-transformer-api
release variant our main release.This will update he minimum supported version of AGP to 7.4 and the minimum supported version of Java to 11.