Update Dagger to v2.51.1 (#4161)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-30 12:42:25 +08:00
committed by GitHub
parent bdb1cb81d1
commit daffc89ace

View File

@@ -77,7 +77,7 @@ allprojects {
ext {
FRAMEWORK_PREBUILTS_DIR = "$rootDir/prebuilts/libs"
daggerVersion = '2.51'
daggerVersion = '2.51.1'
addFrameworkJar = { String name ->
def frameworkJar = new File(FRAMEWORK_PREBUILTS_DIR, name)