aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-08-23 00:43:14 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-08-23 00:43:14 +0530
commitb451920408b544dc7cacf05a63e6e1444558cb76 (patch)
tree4e9a4df225db9a81cdc5baf4a86731fda8dd8a07 /build.gradle
parentbuild: minor cleanups and reorganization (diff)
downloadwireguard-android-b451920408b544dc7cacf05a63e6e1444558cb76.tar.xz
wireguard-android-b451920408b544dc7cacf05a63e6e1444558cb76.zip
build: uprev to Kotlin 1.4
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 52484ea2..8791340b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,12 +17,12 @@ buildscript {
constraintLayoutVersion = '1.1.3'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.3.0'
- coroutinesVersion = '1.3.7'
+ coroutinesVersion = '1.3.9'
eddsaVersion = '0.3.0'
fragmentVersion = '1.2.5'
jsr305Version = '3.0.2'
junitVersion = '4.13'
- kotlinVersion = '1.3.72'
+ kotlinVersion = '1.4.0'
materialComponentsVersion = '1.2.0-alpha06'
mavenPluginVersion = '2.1'
preferenceVersion = '1.1.1'