2017-07-29 06:10:37 +02:00
|
|
|
buildscript {
|
2020-03-09 14:30:14 +01:00
|
|
|
ext {
|
2022-11-30 19:44:51 +01:00
|
|
|
activityVersion = '1.6.1'
|
2023-03-22 17:03:36 +01:00
|
|
|
annotationsVersion = '1.6.0'
|
|
|
|
appcompatVersion = '1.6.1'
|
2021-03-29 09:24:03 +02:00
|
|
|
biometricVersion = '1.1.0'
|
2022-01-08 10:43:48 +01:00
|
|
|
collectionVersion = '1.2.0'
|
2022-05-26 02:07:16 +02:00
|
|
|
constraintLayoutVersion = '2.1.4'
|
2022-01-28 17:36:06 +01:00
|
|
|
coordinatorLayoutVersion = '1.2.0'
|
2023-03-27 12:41:30 +02:00
|
|
|
coreKtxVersion = '1.10.0-rc01'
|
2022-08-03 22:42:27 +02:00
|
|
|
coroutinesVersion = '1.6.4'
|
2021-09-24 08:24:59 +02:00
|
|
|
datastoreVersion = '1.0.0'
|
2021-05-27 18:18:03 +02:00
|
|
|
desugarVersion = '1.1.5'
|
2023-03-22 17:03:36 +01:00
|
|
|
fragmentVersion = '1.5.5'
|
2020-03-09 14:30:14 +01:00
|
|
|
jsr305Version = '3.0.2'
|
2021-03-29 09:24:03 +02:00
|
|
|
junitVersion = '4.13.2'
|
2023-03-22 17:03:36 +01:00
|
|
|
lifecycleRuntimeKtxVersion = '2.6.0'
|
|
|
|
materialComponentsVersion = '1.8.0'
|
2022-01-28 17:36:06 +01:00
|
|
|
preferenceVersion = '1.2.0'
|
2021-10-25 19:07:01 +02:00
|
|
|
zxingEmbeddedVersion = '4.3.0'
|
2020-03-10 15:58:29 +01:00
|
|
|
|
|
|
|
groupName = 'com.wireguard.android'
|
2020-03-09 14:30:14 +01:00
|
|
|
}
|
2017-07-29 06:10:37 +02:00
|
|
|
}
|
|
|
|
|
2019-09-27 09:29:40 +02:00
|
|
|
tasks {
|
|
|
|
wrapper {
|
2023-03-22 07:20:18 +01:00
|
|
|
gradleVersion = "8.0.2"
|
|
|
|
distributionSha256Sum = "ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7"
|
2019-09-27 09:29:40 +02:00
|
|
|
}
|
|
|
|
}
|
2020-03-10 04:54:27 +01:00
|
|
|
|
2020-03-10 08:15:06 +01:00
|
|
|
apply from: "version.gradle"
|