wireguard-android/build.gradle
Harsh Shandilya 9f139134c2
gradle: bump wrapper version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2022-08-04 02:12:37 +05:30

38 lines
990 B
Groovy

buildscript {
ext {
activityVersion = '1.4.0'
annotationsVersion = '1.3.0'
appcompatVersion = '1.4.2'
biometricVersion = '1.1.0'
collectionVersion = '1.2.0'
constraintLayoutVersion = '2.1.4'
coordinatorLayoutVersion = '1.2.0'
coreKtxVersion = '1.8.0'
coroutinesVersion = '1.6.2'
datastoreVersion = '1.0.0'
desugarVersion = '1.1.5'
fragmentVersion = '1.4.1'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
lifecycleRuntimeKtxVersion = '2.4.1'
materialComponentsVersion = '1.6.1'
preferenceVersion = '1.2.0'
zxingEmbeddedVersion = '4.3.0'
groupName = 'com.wireguard.android'
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
tasks {
wrapper {
gradleVersion = "7.5"
distributionSha256Sum = "cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2"
}
}
apply from: "version.gradle"