aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-10-07 14:14:38 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-10-07 14:14:38 +0530
commit46b37c0c26e0d9dbb8c65a072eaf1bea7690696e (patch)
treecb212d447fcf2ebeef21d7edf48e682dca1d0233 /build.gradle
parenttunnel: use more subtle roaming escape hatch (diff)
downloadwireguard-android-46b37c0c26e0d9dbb8c65a072eaf1bea7690696e.tar.xz
wireguard-android-46b37c0c26e0d9dbb8c65a072eaf1bea7690696e.zip
build: update AGP and ConstraintLayout
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 57bbaae1..44e497e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,13 +1,13 @@
buildscript {
ext {
activityVersion = '1.2.0-beta01'
- agpVersion = '4.0.1'
+ agpVersion = '4.0.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
bintrayPluginVersion = '1.8.5'
biometricVersion = '1.1.0-beta01'
collectionVersion = '1.1.0'
- constraintLayoutVersion = '2.0.1'
+ constraintLayoutVersion = '2.0.2'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.3.1'
coroutinesVersion = '1.3.9'