From f798e28ef0352ba30761b474e5a76f315610fbba Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 24 Aug 2023 20:28:22 +0100 Subject: [PATCH] Update AGP to version 8.1.1 Removing the compileSdk 34 build warning: ``` We recommend using a newer Android Gradle plugin to use compileSdk = 34 This Android Gradle plugin (8.1.0) was tested up to compileSdk = 33 (and compileSdkPreview = \"UpsideDownCakePrivacySandbox\"). You are strongly encouraged to update your project to use a newer Android Gradle plugin that has been tested with compileSdk = 34. If you are already using the latest version of the Android Gradle plugin, you may need to wait until a newer version with support for compileSdk = 34 is available. To suppress this warning, add/update android.suppressUnsupportedCompileSdk=34 to this project's gradle.properties. ``` --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1fc850d0a..08391f2e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] accompanist = "0.28.0" androidDesugarJdkLibs = "2.0.3" -androidGradlePlugin = "8.1.0" +androidGradlePlugin = "8.1.1" androidxActivity = "1.8.0-alpha06" androidxAppCompat = "1.5.1" androidxBrowser = "1.4.0"