Browse Source

Grgit up version fix

pull/63/head
Ezerous 6 years ago
parent
commit
165acddce1
No known key found for this signature in database GPG Key ID: 262B2954BBA319E3
  1. 4
      app/gradle/grgit.gradle

4
app/gradle/grgit.gradle

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'org.ajoberstar.grgit:grgit-core:3.0.0' classpath 'org.ajoberstar.grgit:grgit-core:3.1.1'
} }
} }
@ -48,4 +48,4 @@ ext {
getCurrentBranch = this.&getCurrentBranch getCurrentBranch = this.&getCurrentBranch
getCommitHash = this.&getCommitHash getCommitHash = this.&getCommitHash
isClean = this.&isClean isClean = this.&isClean
} }

Loading…
Cancel
Save