aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 08a38690d32665babc2e6860f2c9812932349c51 (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
ext.versions = [
        coreMinSdk          : 19,
        minSdk              : 21,
        targetSdk           : 27,
        buildTools          : '27.0.2',

        gradlePlugin        : '3.0.1',
        mavenPlugin         : '2.0',
        playPublishPlugin   : '1.2.0',
        dexCountPlugin      : '0.8.2',

        supportLib          : '27.0.2',
        kotlin              : '1.2.20',
        aboutLibraries      : '6.0.1',
        anko                : '0.10.4',
        blurry              : '2.1.1',
        constraintLayout    : '1.1.0-beta4',
        fastAdapter         : '3.1.2',
        fastAdapterCommons  : '3.1.2',
        glide               : '4.5.0',
        iconics             : '3.0.0',
        iiconGoogle         : '3.0.1.2',
        materialDialog      : '0.9.6.0',

        espresso            : '3.0.0',
        junit               : '4.12',
        testRunner          : '1.0.0'
]