From b15371bfce45aa8f1ae291d025ab68e6158cffd5 Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 6 Aug 2024 11:38:06 -0500 Subject: [PATCH] Remove a suppression from gradle properties that is no longer needed (#3687) --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ed4df0bfc..8b9673a6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,4 @@ android.nonTransitiveRClass=true -# Suppresses warning until build tools that are compatible with SDK 34 -android.suppressUnsupportedCompileSdk=34 android.useAndroidX=true kotlin.code.style=official