Ezerous
6 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
} |
|
|
} |
|
|