aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-11 16:11:51 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-11 16:11:57 +0100
commitf764f2aaa94fdab3e35a4565d10569375dcd1c5c (patch)
tree35ce58d5d0bb7ec3efb85c1c89a3ea54940b775a /build.gradle
parentgradle: remove bad checksum from properties (diff)
downloadwireguard-android-f764f2aaa94fdab3e35a4565d10569375dcd1c5c.tar.xz
wireguard-android-f764f2aaa94fdab3e35a4565d10569375dcd1c5c.zip
build: update AGP to 4.1.2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 44e84c70..2171b480 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext {
activityVersion = '1.2.0-rc01'
- agpVersion = '4.1.1'
+ agpVersion = '4.1.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
biometricVersion = '1.1.0-rc01'