Browse Source

Merge pull request #1343 from vector-im/julioromano/remove_setting

Remove suppressUnsupportedCompileSdk
pull/1345/head
Marco Romano 1 year ago committed by GitHub
parent
commit
94edaad34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      gradle.properties

3
gradle.properties

@ -56,6 +56,3 @@ android.experimental.enableTestFixtures=true
# Create BuildConfig files as bytecode to avoid Java compilation phase # Create BuildConfig files as bytecode to avoid Java compilation phase
android.enableBuildConfigAsBytecode=true android.enableBuildConfigAsBytecode=true
# This should be removed after upgrading to AGP 8.1.0
android.suppressUnsupportedCompileSdk=34

Loading…
Cancel
Save