Remove a suppression from gradle properties that is no longer needed (#3687)

This commit is contained in:
David Perez
2024-08-06 11:38:06 -05:00
committed by GitHub
parent 1e5bee2917
commit b15371bfce
-2
View File
@@ -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