Compare commits

...

3 commits

Author SHA1 Message Date
9316449d1b Update ksp to v2.3.9
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s
2026-07-03 06:51:37 +00:00
410e44305e Merge pull request 'Update sonarqube to v7.3.1.8318' (#18) from renovate/sonarqube into main 2026-07-01 23:53:36 -07:00
a89329f2d5 Update sonarqube to v7.3.1.8318
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Image Minimizer / try-minimize (pull_request) Failing after 1s
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s
2026-07-02 06:53:28 +00:00

View file

@ -33,7 +33,7 @@ koin-plugin = "1.0.1"
kotlin = "2.3.21" kotlin = "2.3.21"
kotlinx-coroutines-rx3 = "1.11.0" kotlinx-coroutines-rx3 = "1.11.0"
kotlinx-serialization-json = "1.11.0" kotlinx-serialization-json = "1.11.0"
ksp = "2.3.8" ksp = "2.3.9"
ktlint = "1.8.0" ktlint = "1.8.0"
leakcanary = "2.14" leakcanary = "2.14"
lifecycle = "2.10.0" lifecycle = "2.10.0"
@ -56,7 +56,7 @@ rxandroid = "3.0.2"
rxbinding = "4.0.0" rxbinding = "4.0.0"
rxjava = "3.1.12" rxjava = "3.1.12"
settings = "1.3.0" settings = "1.3.0"
sonarqube = "7.3.0.8198" sonarqube = "7.3.1.8318"
statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2 statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
stetho = "1.6.0" stetho = "1.6.0"
swiperefreshlayout = "1.2.0" swiperefreshlayout = "1.2.0"