mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
fix(build): compile against SDK 35
This commit is contained in:
parent
13f6467a16
commit
45dab6d513
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue