Skip to content

Commit

Permalink
build(deps): bump org.gradle.android.cache-fix from 2.7.4 to 2.8.0 (#243
Browse files Browse the repository at this point in the history
)

Bumps org.gradle.android.cache-fix from 2.7.4 to 2.8.0.

---
updated-dependencies:
- dependency-name: org.gradle.android.cache-fix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent b0ab9c0 commit d90640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "$kotlinVersion" apply false
id("com.google.dagger.hilt.android") version "$hiltVersion" apply false
id("com.google.devtools.ksp") version "$kotlinVersion-1.0.13" apply false
id("org.gradle.android.cache-fix") version "2.7.4" apply false
id("org.gradle.android.cache-fix") version "2.8.0" apply false
}

allprojects {
Expand Down

0 comments on commit d90640e

Please sign in to comment.