diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-03 00:43:18 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-03 00:43:18 +0530 |
commit | bed2f2e5d61ab8a4d3c0e4dabe6d60ffc3d1c1ec (patch) | |
tree | 314b4e3cfcbb9767fc0bdbee7c2a592c48f5a5e6 /build.gradle | |
parent | 7d9166686095453576e10f9ef323f91a437f851c (diff) |
gradle: convert build files to Kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/build.gradle b/build.gradle deleted file mode 100644 index 35e5dadd..00000000 --- a/build.gradle +++ /dev/null @@ -1,33 +0,0 @@ -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" |