aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-06-25 01:30:00 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-06-25 01:30:00 +0530
commit814ab4937d3b12f0c46f96e80eb8377beaeb8676 (patch)
treec0bb76ef7ac08a51fafa1fbdd902eb9987cf4c60
parentlibwg-go: use conn.Bind for socketfd peek (diff)
downloadwireguard-android-814ab4937d3b12f0c46f96e80eb8377beaeb8676.tar.xz
wireguard-android-814ab4937d3b12f0c46f96e80eb8377beaeb8676.zip
build: bump core-ktx, coroutines and fragments
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index e1b5b1a1..b32d469d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,10 +16,10 @@ buildscript {
collectionVersion = '1.1.0'
constraintLayoutVersion = '1.1.3'
coordinatorLayoutVersion = '1.1.0'
- coreKtxVersion = '1.2.0'
- coroutinesVersion = '1.3.5'
+ coreKtxVersion = '1.3.0'
+ coroutinesVersion = '1.3.7'
eddsaVersion = '0.3.0'
- fragmentVersion = '1.2.4'
+ fragmentVersion = '1.2.5'
jsr305Version = '3.0.2'
junitVersion = '4.13'
kotlinVersion = '1.3.72'