Closed StefMa closed 5 years ago
We use bundleRelease to generate our AAR while creating a new release. But this Task was renamed in the AGP 3.2.0. We should use bundleReleaseAar. -> https://github.com/grandcentrix/ThirtyInch/blob/master/RELEASE.md
bundleRelease
bundleReleaseAar
The bundle[XY] tasks generates now only App Bundles. See https://developer.android.com/studio/build/building-cmdline#build_bundle & https://developer.android.com/guide/app-bundle
bundle[XY]
We use
bundleRelease
to generate our AAR while creating a new release. But this Task was renamed in the AGP 3.2.0. We should usebundleReleaseAar
. -> https://github.com/grandcentrix/ThirtyInch/blob/master/RELEASE.mdThe
bundle[XY]
tasks generates now only App Bundles. See https://developer.android.com/studio/build/building-cmdline#build_bundle & https://developer.android.com/guide/app-bundle