weather_compose_clean_architecture
weather_compose_clean_architecture copied to clipboard
This is sample app about Jetpack Compose, Clean Architecture, etc.
Bumps androidx.compose:compose-bom from 2023.10.01 to 2024.02.01. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `google-dagger` from 2.48 to 2.51. Updates `com.google.dagger:hilt-android` from 2.48 to 2.51 Release notes Sourced from com.google.dagger:hilt-android's releases. Dagger 2.51 New Dagger Features Added a @LazyClassKey annotation that supports using...
Bumps androidx.navigation:navigation-compose from 2.7.5 to 2.7.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 2.9.1 to 4.3.3. Release notes Sourced from com.google.maps.android:maps-compose's releases. v4.3.3 4.3.3 (2024-01-31) Bug Fixes Use recomposed map listener callbacks rather than only the initially … (#478) (d14daba),...
Bumps com.google.android.gms:play-services-location from 21.0.1 to 21.1.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps androidx.activity:activity-compose from 1.8.1 to 1.8.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.20-1.0.14 to 1.9.22-1.0.18. Release notes Sourced from com.google.devtools.ksp's releases. 1.9.22-1.0.17 Issues fixed Annotations missing on KSTypeArgument of typealias #1679 unhandled visibility: private to this #1515 Resolver#getJvmCheckedException results...
Bumps `jetbrains-kotlinx-coroutines` from 1.7.1 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.1 to 1.8.0 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases. 1.8.0 Implement the library for the Web Assembly (Wasm) for JavaScript (#3713)....
Bumps androidx.work:work-runtime-ktx from 2.8.1 to 2.9.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `mockK` from 1.13.5 to 1.13.10. Updates `io.mockk:mockk` from 1.13.5 to 1.13.10 Release notes Sourced from io.mockk:mockk's releases. 1.13.10 What's Changed Add support to nested value classes by @rotilho in...