diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-21 15:30:38 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-21 15:35:00 +0100 |
commit | a386e3a3d294ef7994a0b216ea867572581230e9 (patch) | |
tree | f9bfea003afbfb4641cf0c6b3b65175b7276b773 /settings.gradle | |
parent | 560d9cf967d7d453914b36d6d8b17d2658f3720d (diff) |
build: update to gradle 7.4.2 and restructure lint block
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 2a030305..e6dd51a5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ pluginManagement { - def agpVersion = "7.4.0" + def agpVersion = '7.4.2' def kotlinVersion = "1.8.0" repositories { gradlePluginPortal() |