aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
blob: e06aa5b23b8bfc60e1da90f795ecd4b8a57b9de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
package ca.allanwang.kau

class Versions {
    static def coreMinSdk = 19
    static def minSdk = 21
    static def targetSdk = 27

    static def buildTools = '27.0.2'
    static def supportLibs = '27.0.2'

    static def kotlin = '1.2.21'

    static def aboutLibraries = '6.0.5'
    static def anko = '0.10.4'
    static def blurry = '2.1.1'
    static def constraintLayout = '1.1.0-beta5'
    static def fastAdapter = '3.2.4'
    static def fastAdapterCommons = fastAdapter
    static def glide = '4.6.1'

    static def iconics = '3.0.2'
    static def iconicsGoogle = '3.0.1.2'
    static def iconicsMaterial = '2.2.0.4'
    static def iconicsCommunity = '2.0.46.1'

    static def materialDialog = '0.9.6.0'

    static def espresso = '3.0.1'
    static def junit = '4.12'
    static def testRunner = '1.0.1'

    static def gradlePlugin = '3.0.1'
    static def mavenPlugin = '2.0'
    static def playPublishPlugin = '1.2.0'
    static def dexCountPlugin = '0.8.2'
    static def gitVersionPlugin = '0.4.3'
}