Skip to content

Commit

Permalink
Merge pull request #22 from DeployGate/fix/release_script
Browse files Browse the repository at this point in the history
Fixed a release script
  • Loading branch information
jmatsu authored Feb 4, 2020
2 parents b93bc44 + c70f46a commit 54470d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.5.3'

classpath 'com.deploygate:gradle:1.1.4'
classpath 'com.novoda:bintray-release:0.5.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' // 1.7.1+ is required for Java 7
classpath 'com.novoda:bintray-release:0.9.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' // 1.7.1+ is required for Java 7
}
}

Expand Down

0 comments on commit 54470d0

Please sign in to comment.