aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-08-23 00:43:25 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-08-23 00:43:25 +0530
commite3d98633fbd77c7339f0924a81a94fe69d54abb1 (patch)
treed7e01369da03c36e8de2829e32533f7a81395294 /build.gradle
parentbuild: uprev to Kotlin 1.4 (diff)
downloadwireguard-android-e3d98633fbd77c7339f0924a81a94fe69d54abb1.tar.xz
wireguard-android-e3d98633fbd77c7339f0924a81a94fe69d54abb1.zip
build: update AndroidX dependencies
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 8791340b..13c2d9d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,11 +10,11 @@ buildscript {
ext {
agpVersion = '4.0.1'
annotationsVersion = '1.1.0'
- appcompatVersion = '1.1.0'
+ appcompatVersion = '1.2.0'
bintrayPluginVersion = '1.8.4'
biometricVersion = '1.0.1'
collectionVersion = '1.1.0'
- constraintLayoutVersion = '1.1.3'
+ constraintLayoutVersion = '2.0.0'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.3.0'
coroutinesVersion = '1.3.9'