Merge branch 'main' into fea/voice-search-toggle

This commit is contained in:
JustinZeus 2026-05-21 20:06:09 +02:00 committed by GitHub
commit dd1c22a19d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ hiltNavigationCompose = "1.3.0"
hiltWork = "1.3.0" hiltWork = "1.3.0"
kache = "2.1.1" kache = "2.1.1"
kotlin = "2.3.21" kotlin = "2.3.21"
ksp = "2.3.7" ksp = "2.3.8"
coreKtx = "1.18.0" coreKtx = "1.18.0"
appcompat = "1.7.1" appcompat = "1.7.1"
composeBom = "2026.05.00" composeBom = "2026.05.00"

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000 networkTimeout=10000
retries=0 retries=0
retryBackOffMs=500 retryBackOffMs=500