Releases: DeployGate/gradle-deploygate-plugin
Releases · DeployGate/gradle-deploygate-plugin
Ver 2.0.2
Ver 2.0.1
Ver 2.0.0
- Change the DSL syntax
- Change environment variable names
- Support Android Studio 3.3.0 and higher
- Avoid using obsoleted apis of Android Plugin for Gradle whose version is lower than 3.4.0-beta04
Breaking changes
- Drop Android Studio 2 supports
- Drop Android Studio 3.0.0-preview supports
Deprecation
Deprecated | New |
---|---|
userName | Use appOwnerName |
token | Use apiToken |
apks closure | Use deployments closure |
noAssemble | Use skipAssemble |
distributionKey | Use key in distribution closure |
releaseNote | Use releaseNote in distribution closure |
DEPLOYGATE_USER_NAME env | Use DEPLOYGATE_APP_OWNER_NAME instead |
DEPLOYGATE_RELEASE_NOTE env | Use DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE instead |
Other
- Revised README.md
- Separated README.md and CHANGELOG
- Supported snapshot versions
- Added an example to build a universal apk from Android App Bundle
1.1.5
Fix producing corrupted task names for flavors
- Fix producing corrupted task names for flavors on Android Plugin for Gradle 3.0.0 (like uploadDeployGateDev-debug for uploadDeployGateDevDebug)
Restore auto configuring APK file path functionality (supports Android Gradle Plugin 3.0.0-alpha4)
Merge pull request #45 from DeployGate/retrieve-apk-location Retrieve APK file location from variant scope
Fix failing first time upload with Personal Free plan
1.1.2 Update README.md
1.1.0-jcenter
fix bintray release