Skip to content

Commit

Permalink
Use latest gradle-play-publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Sep 10, 2017
1 parent e0dbc31 commit f1c2ecf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
// for latest gradle-play-publisher
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
//classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
classpath 'com.github.Triple-T:gradle-play-publisher:8cda31a5d0'
classpath 'io.fabric.tools:gradle:1.22.1'
}
}
Expand Down

0 comments on commit f1c2ecf

Please sign in to comment.