Skip to content

Commit

Permalink
Downgrade git-gradle trying to isolate an issue with the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Nov 9, 2015
1 parent 264b557 commit 1a484d7
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 @@ -26,8 +26,8 @@ buildscript {
classpath 'me.tatarka:gradle-retrolambda:3.2.3'
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
classpath 'com.github.triplet.gradle:play-publisher:1.1.0'
classpath 'org.ajoberstar:gradle-git:1.3.2'
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
classpath 'org.ajoberstar:gradle-git:1.1.0'
}

// Exclude the version that the android plugin depends on.
Expand Down

0 comments on commit 1a484d7

Please sign in to comment.