aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-10-18 00:32:33 -0400
committerAllan Wang <me@allanwang.ca>2018-10-18 00:32:33 -0400
commit572d470a2677eec0405a7b16ab9a2cfb954d6832 (patch)
tree536c6bdb298f7e9a176c53fde56982bf2384e195 /buildSrc
parent096172ead4674bffd5dd83eb994dd68ac48b88ae (diff)
parent11f0d0fed07806965555490836d564d042c7b3ec (diff)
downloadkau-572d470a2677eec0405a7b16ab9a2cfb954d6832.tar.gz
kau-572d470a2677eec0405a7b16ab9a2cfb954d6832.tar.bz2
kau-572d470a2677eec0405a7b16ab9a2cfb954d6832.zip
Merge dev
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
index 55fc646..d767a8a 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
@@ -51,6 +51,7 @@ class Versions {
static def playPublishPlugin = '1.2.2'
// https://github.com/KeepSafe/dexcount-gradle-plugin/releases
- static def dexCountPlugin = '0.8.3'
- static def gitVersionPlugin = '0.4.4'
+ static def dexCountPlugin = '0.8.4'
+ // https://github.com/gladed/gradle-android-git-version/releases
+ static def gitVersionPlugin = '0.4.5'
} \ No newline at end of file