Skip to content

Commit

Permalink
Update Anvil (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov authored May 14, 2024
1 parent c449be7 commit ed33d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetSdk = "33"

agp = "8.5.0-beta01"
android-tools-common = "31.5.0-beta01"
anvil = "2.5.0-beta05"
anvil = "2.5.0-beta09"
bmversions = "0.51.0"
detekt = "1.23.6"
diktat = "2.0.0"
Expand Down Expand Up @@ -73,7 +73,7 @@ mockwebserver-dsl = "1.0.0"
okhttp = "4.12.0"
okio = "3.9.0"
paparazzi = "1.3.3"
pixnews-anvil-codegen = "0.4"
pixnews-anvil-codegen = "0.5"
prefiller = "1.6.0-SNAPSHOT"
retrofit = "2.9.0"
radiography = "2.6"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:8.5.0-beta01")
classpath("com.squareup.anvil:gradle-plugin:2.5.0-beta05")
classpath("com.squareup.anvil:gradle-plugin:2.5.0-beta09")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24")
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.24-1.0.20")
Expand Down

0 comments on commit ed33d3c

Please sign in to comment.