Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ dependencies {
// Retrofit + Moshi for Open-Meteo weather API and Nager.Date holidays
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
implementation("com.squareup.moshi:moshi:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
implementation("com.squareup.moshi:moshi:1.15.2")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
// OkHttp (explicit — also used by WebhookService and HueSunriseWorker).
// 5.x adds an HTTP/2 total-header-size limit (resource-exhaustion guard).
implementation("com.squareup.okhttp3:okhttp:5.4.0")
Expand Down