Skip to content

Commit

Permalink
Revert "Use latest gradle-play-publisher"
Browse files Browse the repository at this point in the history
This reverts commit f1c2ecf.
  • Loading branch information
daniele-athome committed Sep 10, 2017
1 parent f1c2ecf commit b24996e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ 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.Triple-T:gradle-play-publisher:8cda31a5d0'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
classpath 'io.fabric.tools:gradle:1.22.1'
}
}
Expand Down

0 comments on commit b24996e

Please sign in to comment.