Browse Source
ProGuard support has introduced `Release` build type in addition to the default one. Prior to that there was the `package` task, which did not do anything by itself. The `package` task existed purely for convenience: instead of running the `packageMsi` on Windows and the `packageDmg` on macOS, a user could run the `package` task to package an application into a format suitable for a host OS. A similar task for the release build type should be called `packageRelease`. However, this name conflicts with a task created by the `com.android.application` plugin. This change deprecates the `package` task and removes the `packageRelease` task. `packageDistributionForCurrentOS` and `packageReleaseDistributionForCurrentOS` should be used instead. Resolves #2345pull/2357/head
Alexey Tsvetkov
2 years ago
committed by
GitHub
5 changed files with 56 additions and 20 deletions
Loading…
Reference in new issue