chore(deps): update composeoptions to v1.5.13

pull/1025/head
renovate[bot] 2024-05-01 18:57:02 +00:00 zatwierdzone przez Andre K
rodzic 4f1ccc1700
commit 7b4afb5480
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -93,7 +93,7 @@ android {
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.13"
}
// Configure the build-logic plugins to target JDK 17
// This matches the JDK used to build the project, and is not related to what is running on device.