From 3f721f57cb2562ea1ab1abcbc6865dea40a7903f Mon Sep 17 00:00:00 2001 From: Marco Romano Date: Fri, 15 Sep 2023 09:20:29 +0200 Subject: [PATCH] Remove suppressUnsupportedCompileSdk We're now an AGP 8.1.0 so should be safe to remove as per the comment. --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6f311e45ef..9847be0949 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,6 +56,3 @@ android.experimental.enableTestFixtures=true # Create BuildConfig files as bytecode to avoid Java compilation phase android.enableBuildConfigAsBytecode=true - -# This should be removed after upgrading to AGP 8.1.0 -android.suppressUnsupportedCompileSdk=34