GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

bundle[buildType] was replaced with AGP 3.2.0 #186

Closed StefMa closed 5 years ago

StefMa commented 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

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