Update dependency composeOptions to v1.5.14
All checks were successful
Build & Test / Validate (push) Successful in 15s
Build & Test / Run Unit Tests (push) Successful in 4m11s

This commit is contained in:
Renovate Bot 2024-07-20 14:00:30 +00:00 committed by renovate-bot
parent 5786732558
commit fb95f0772e

View file

@ -41,7 +41,7 @@ android {
compose = true compose = true
} }
composeOptions { composeOptions {
kotlinCompilerExtensionVersion = "1.5.1" kotlinCompilerExtensionVersion = "1.5.14"
} }
packaging { packaging {
resources { resources {