From a396ca3108b7688ec090abd73987618b90065a66 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sun, 10 Nov 2024 13:21:59 +0100 Subject: [PATCH] Remove unnecessary `suppressUnsupportedCompileSdk` --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9bacc1c..7651107 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -android.suppressUnsupportedCompileSdk=34