Skip to content

Releases: DeployGate/gradle-deploygate-plugin

Ver 2.0.2

01 Oct 06:07
b35029b
Compare
Choose a tag to compare
  • Added test cases for Android Gradle Plugin (Android Studio) 3.4 and 3.5
  • Fixed #86

Ver 2.0.1

23 Feb 14:30
45d1944
Compare
Choose a tag to compare
  • Fixed unexpected broken v1 configuration on Kotlin DSL

Ver 2.0.0

22 Feb 07:00
96b3692
Compare
Choose a tag to compare
  • 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

15 Mar 07:13
Compare
Choose a tag to compare
fix slack url

Fix producing corrupted task names for flavors

26 Jun 08:50
@tnj tnj
Compare
Choose a tag to compare
  • 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)

20 Jun 08:39
@tnj tnj
Compare
Choose a tag to compare
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

16 Jun 09:03
@tnj tnj
Compare
Choose a tag to compare

1.1.0-jcenter

28 Feb 08:21
Compare
Choose a tag to compare
fix bintray release

1.1.0

16 Feb 22:30
@tnj tnj
Compare
Choose a tag to compare

Add noAssemble option for just uploading artifacts (by @operando)

Bugfix: Browser doesn't open on the first upload

24 Dec 09:10
@tnj tnj
Compare
Choose a tag to compare