Jetpack-Compose-MVI-Coroutines-Flow
Jetpack-Compose-MVI-Coroutines-Flow copied to clipboard
Dependency Dashboard
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Rate-Limited
These updates are currently rate-limited. Click on a checkbox below to force their creation now.
- [ ] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8
- [ ] chore(deps): update dependency gradle to v8.10.2
- [ ] fix(deps): update dependency androidx.core:core-ktx to v1.13.1
- [ ] fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.2.0
- [ ] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.1
- [ ] fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0
- [ ] fix(deps): update dependency com.google.accompanist:accompanist-swiperefresh to v0.36.0
- [ ] fix(deps): update dependency com.google.android.material:material to v1.12.0
- [ ] fix(deps): update dependency com.squareup.moshi:moshi-kotlin to v1.15.1
- [ ] fix(deps): update dependency com.squareup.okhttp3:logging-interceptor to v4.12.0
- [ ] fix(deps): update dependency composeoptions to v1.5.15
- [ ] fix(deps): update dependency dev.ahmedmourad.nocopy:nocopy-gradle-plugin to v1.5.0
- [ ] fix(deps): update dependency io.coil-kt:coil-compose to v2.7.0
- [ ] fix(deps): update dependency io.github.hoc081098:flowext to v0.8.1
- [ ] fix(deps): update dependency io.mockk:mockk to v1.13.13
- [ ] fix(deps): update deps.dagger.version to v2.52 (
com.google.dagger:dagger-compiler,com.google.dagger:dagger) - [ ] fix(deps): update deps.daggerhilt.version to v2.52 (
com.google.dagger:hilt-android-gradle-plugin,com.google.dagger:hilt-compiler,com.google.dagger:hilt-core,com.google.dagger:hilt-android) - [ ] fix(deps): update kotlin monorepo to v1.9.25 (
org.jetbrains.kotlin:kotlin-gradle-plugin,org.jetbrains.kotlin:kotlin-test-junit,org.jetbrains.kotlin:kotlin-reflect) - [ ] fix(deps): update kotlinx-coroutines monorepo to v1.9.0 (
org.jetbrains.kotlinx:kotlinx-coroutines-test,org.jetbrains.kotlinx:kotlinx-coroutines-android,org.jetbrains.kotlinx:kotlinx-coroutines-core) - [ ] fix(deps): update retrofit monorepo to v2.11.0 (
com.squareup.retrofit2:converter-moshi,com.squareup.retrofit2:retrofit) - [ ] chore(deps): update actions/checkout action to v4
- [ ] chore(deps): update actions/setup-java action to v4
- [ ] chore(deps): update actions/upload-artifact action to v4
- [ ] chore(deps): update gradle/gradle-build-action action to v3
- [ ] chore(deps): update gradle/wrapper-validation-action action to v3
- [ ] fix(deps): update dependency androidx.compose:compose-bom to v2024
- [ ] fix(deps): update dependency io.github.hoc081098:flowext to v1
- [ ] fix(deps): update kotlin monorepo to v2 (major) (
org.jetbrains.kotlin:kotlin-gradle-plugin,org.jetbrains.kotlin:kotlin-test-junit,org.jetbrains.kotlin:kotlin-reflect) - [ ] 🔐 Create all rate-limited PRs at once 🔐
Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.12
- [ ] fix(deps): update dependency androidx.activity:activity-compose to v1.9.3
- [ ] fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0
- [ ] fix(deps): update dependency androidx.compose:compose-bom to v2022.12.00
- [ ] fix(deps): update dependency androidx.navigation:navigation-compose to v2.8.3
- [ ] fix(deps): update dependency androidx.test.ext:junit to v1.2.1
- [ ] fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0
- [ ] fix(deps): update dependency io.arrow-kt:arrow-core to v1.2.4
- [ ] fix(deps): update deps.lifecycle.version to v2.8.6 (
androidx.lifecycle:lifecycle-runtime-compose,androidx.lifecycle:lifecycle-viewmodel-compose,androidx.lifecycle:lifecycle-common-java8,androidx.lifecycle:lifecycle-runtime-ktx,androidx.lifecycle:lifecycle-viewmodel-ktx) - [ ] fix(deps): update dependency com.android.tools.build:gradle to v8
- [ ] Click on this checkbox to rebase all open PRs at once
Detected dependencies
github-actions
.github/workflows/build.yml
actions/checkout v3actions/setup-java v3gradle/gradle-build-action v2gradle/gradle-build-action v2actions/upload-artifact v3.github/workflows/gradle-wrapper-validation.yml
actions/checkout v3gradle/wrapper-validation-action v1.github/workflows/remove-old-artifacts.yml
c-hive/gha-remove-artifacts v1
gradle
buildSrc/src/main/kotlin/deps.kt
org.jetbrains.kotlin:kotlin-reflect 1.7.20androidx.appcompat:appcompat 1.5.1androidx.core:core-ktx 1.9.0com.google.android.material:material 1.4.0androidx.activity:activity-compose 1.6.1androidx.navigation:navigation-compose 2.5.2androidx.compose:compose-bom 2022.11.00androidx.lifecycle:lifecycle-viewmodel-ktx 2.6.0-alpha01androidx.lifecycle:lifecycle-runtime-ktx 2.6.0-alpha01androidx.lifecycle:lifecycle-common-java8 2.6.0-alpha01androidx.lifecycle:lifecycle-viewmodel-compose 2.6.0-alpha01androidx.lifecycle:lifecycle-runtime-compose 2.6.0-alpha01com.squareup.retrofit2:retrofit 2.9.0com.squareup.retrofit2:converter-moshi 2.9.0com.squareup.okhttp3:logging-interceptor 4.8.1com.squareup.moshi:moshi-kotlin 1.12.0org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.4org.jetbrains.kotlinx:kotlinx-coroutines-android 1.6.4org.jetbrains.kotlinx:kotlinx-coroutines-test 1.6.4io.arrow-kt:arrow-core 1.1.3com.google.dagger:hilt-android 2.43.2com.google.dagger:hilt-core 2.43.2com.google.dagger:hilt-compiler 2.43.2androidx.hilt:hilt-navigation-compose 1.0.0com.google.dagger:dagger 2.40.2com.google.dagger:dagger-compiler 2.40.2com.google.accompanist:accompanist-swiperefresh 0.28.0io.coil-kt:coil-compose 2.2.2org.jetbrains.kotlinx:kotlinx-collections-immutable 0.3.5io.github.hoc081098:FlowExt 0.5.0com.jakewharton.timber:timber 5.0.1junit:junit 4.13.2androidx.test.ext:junit 1.1.2androidx.test.espresso:espresso-core 3.3.0io.mockk:mockk 1.12.5org.jetbrains.kotlin:kotlin-test-junit 1.7.20org.jetbrains.kotlin:kotlin-gradle-plugin 1.7.20com.google.dagger:hilt-android-gradle-plugin 2.43.2composeOptions 1.3.2gradle.properties
settings.gradle.kts
build.gradle.kts
com.android.tools.build:gradle 7.4.2com.diffplug.spotless:spotless-plugin-gradle 6.12.1com.github.ben-manes:gradle-versions-plugin 0.46.0org.jacoco:org.jacoco.core 0.8.9com.vanniktech:gradle-android-junit-jacoco-plugin 0.17.0-SNAPSHOTdev.ahmedmourad.nocopy:nocopy-gradle-plugin 1.4.0app/build.gradle.kts
buildSrc/build.gradle.kts
core/build.gradle.kts
core-ui/build.gradle.kts
data/build.gradle.kts
domain/build.gradle.kts
feature-add/build.gradle.kts
feature-main/build.gradle.kts
feature-search/build.gradle.kts
mvi/mvi-base/build.gradle.kts
mvi/mvi-testing/build.gradle.kts
test-utils/build.gradle.kts
ui-theme/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
gradle 8.1.1
- [ ] Check this box to trigger a request for Renovate to run again on this repository