Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Oct 1, 2024
1 parent b3ebf90 commit 32ea2fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
}

buildFeatures { compose = true }
composeOptions { useLiveLiterals = false }

androidResources { generateLocaleConfig = true }

Expand Down
1 change: 0 additions & 1 deletion ui/compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ android {
compose = true
androidResources = true
}
composeOptions { useLiveLiterals = false }
namespace = "app.passwordstore.ui.compose"
}

Expand Down

0 comments on commit 32ea2fa

Please sign in to comment.