diff options
author | Allan Wang <me@allanwang.ca> | 2018-10-08 16:11:01 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-10-08 16:11:01 -0400 |
commit | 11f0d0fed07806965555490836d564d042c7b3ec (patch) | |
tree | f1094192eaf1c903c36ae9b4b1a4df913b9221a7 /buildSrc/src/main/groovy | |
parent | fdbbe45e1d02a836fc40e919c6c9f13f3e008b71 (diff) | |
download | kau-11f0d0fed07806965555490836d564d042c7b3ec.tar.gz kau-11f0d0fed07806965555490836d564d042c7b3ec.tar.bz2 kau-11f0d0fed07806965555490836d564d042c7b3ec.zip |
Update versions
Diffstat (limited to 'buildSrc/src/main/groovy')
-rw-r--r-- | buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 5 |
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 e055c46..49efbe7 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 |