From 1fa8487474937a25e2c207c802c3f46ed6b87eca Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sun, 21 May 2023 14:48:20 +0200 Subject: [PATCH] Bump AGP --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9e6474b15..76eeca2ab 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.0.0' apply false + id 'com.android.application' version '8.0.1' apply false id 'com.github.spotbugs' version "5.0.14" apply false }