aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
blob: 35e5daddf388fba44f13c0010e856dbe8e5ac422 (plain) (blame)
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
buildscript {
    ext {
        activityVersion = '1.7.1'
        annotationsVersion = '1.6.0'
        appcompatVersion = '1.6.1'
        biometricVersion = '1.1.0'
        collectionVersion = '1.2.0'
        constraintLayoutVersion = '2.1.4'
        coordinatorLayoutVersion = '1.2.0'
        coreKtxVersion = '1.10.0'
        coroutinesVersion = '1.6.4'
        datastoreVersion = '1.0.0'
        desugarVersion = '1.1.5'
        fragmentVersion = '1.5.7'
        jsr305Version = '3.0.2'
        junitVersion = '4.13.2'
        lifecycleRuntimeKtxVersion = '2.6.1'
        materialComponentsVersion = '1.8.0'
        preferenceVersion = '1.2.0'
        zxingEmbeddedVersion = '4.3.0'

        groupName = 'com.wireguard.android'
    }
}

tasks {
    wrapper {
        gradleVersion = "8.1.1"
        distributionSha256Sum = "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f"
    }
}

apply from: "version.gradle"