aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-31 17:46:00 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 22:05:24 -0600
commit2e573a66a41dd4b7dc2340d3c40cd49b6e362fc2 (patch)
tree0f6d26ef2cb001f71689802d26303c7abc4dff3c /build.gradle
parentui: disable LongLogTag lint (diff)
downloadwireguard-android-2e573a66a41dd4b7dc2340d3c40cd49b6e362fc2.tar.xz
wireguard-android-2e573a66a41dd4b7dc2340d3c40cd49b6e362fc2.zip
build: update agp to 3.6.2
Harsh likes to be first in line. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e1bbdf79..a44f0e96 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,4 @@
+
allprojects {
repositories {
google()
@@ -7,7 +8,7 @@ allprojects {
buildscript {
ext {
- agpVersion = '3.6.1'
+ agpVersion = '3.6.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.1.0'
bintrayPluginVersion = '1.8.4'