Remove suppressUnsupportedCompileSdk

We're now an AGP 8.1.0 so should be safe to remove as per the comment.
This commit is contained in:
Marco Romano 2023-09-15 09:20:29 +02:00
parent eac445331c
commit aa29efcd76

View file

@ -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