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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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