fix(build): compile against SDK 35

This commit is contained in:
Harsh Shandilya 2024-08-08 03:38:03 +05:30
parent 13f6467a16
commit 45dab6d513
3 changed files with 3 additions and 5 deletions

View file

@ -50,6 +50,7 @@ android.disableEarlyManifestParsing=true
# Disable warnings about unsupported features
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings
android.suppressUnsupportedCompileSdk=35
# Make Spotless default to keeping license headers years in sync
spotlessSetLicenseHeaderYearsFromGitHistory=true