GCX-HCI / ThirtyInch

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

Update RELEASE.md to use bundle*Aar task #199

Closed StefMa closed 4 years ago

StefMa commented 4 years ago

Fixes #186

You can check this by doing the following: First run clean bundleRelease. Checkout the thirtyinch/build/outputs/ dir. There is no aar directory which contains the aar.

Now run the bundleReleaseAar task and check the same directory. The aar directory is available and the aar file

StefMa commented 4 years ago

Rebased the current master (and forced push). Otherwise the task wasn't available.

lukaszkalnik commented 4 years ago

Now it works correctly.