summaryrefslogtreecommitdiffhomepage
path: root/settings.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-27 14:21:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-04-27 14:21:47 +0200
commite55358f685005d90bc745060bb43791f18f50d54 (patch)
tree6f0db6aa05ce44bef5abbfe651399a61e741b368 /settings.gradle
parentc2fdd0ca931359028a3b5671a2c1d2df08c28942 (diff)
build: bump AGP to 8.0.0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index e6dd51a5..996d8afd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
pluginManagement {
- def agpVersion = '7.4.2'
+ def agpVersion = '8.0.0'
def kotlinVersion = "1.8.0"
repositories {
gradlePluginPortal()