diff --git a/app-nia-catalog/dependencies/releaseRuntimeClasspath.txt b/app-nia-catalog/dependencies/releaseRuntimeClasspath.txt index ba6dce52a..1014a8f8e 100644 --- a/app-nia-catalog/dependencies/releaseRuntimeClasspath.txt +++ b/app-nia-catalog/dependencies/releaseRuntimeClasspath.txt @@ -112,10 +112,10 @@ androidx.window:window-core:1.4.0 androidx.window:window:1.4.0 com.google.accompanist:accompanist-drawablepainter:0.32.0 com.google.code.findbugs:jsr305:3.0.2 -com.google.dagger:dagger-lint-aar:2.57.2 -com.google.dagger:dagger:2.57.2 -com.google.dagger:hilt-android:2.57.2 -com.google.dagger:hilt-core:2.57.2 +com.google.dagger:dagger-lint-aar:2.59 +com.google.dagger:dagger:2.59 +com.google.dagger:hilt-android:2.59 +com.google.dagger:hilt-core:2.59 com.google.guava:listenablefuture:1.0 com.squareup.okhttp3:okhttp:4.12.0 com.squareup.okio:okio-jvm:3.9.0 diff --git a/app/dependencies/prodReleaseRuntimeClasspath.txt b/app/dependencies/prodReleaseRuntimeClasspath.txt index e34425a60..15bb60f0f 100644 --- a/app/dependencies/prodReleaseRuntimeClasspath.txt +++ b/app/dependencies/prodReleaseRuntimeClasspath.txt @@ -189,10 +189,10 @@ com.google.android.gms:play-services-oss-licenses:17.1.0 com.google.android.gms:play-services-stats:17.0.2 com.google.android.gms:play-services-tasks:18.2.0 com.google.code.findbugs:jsr305:3.0.2 -com.google.dagger:dagger-lint-aar:2.57.2 -com.google.dagger:dagger:2.57.2 -com.google.dagger:hilt-android:2.57.2 -com.google.dagger:hilt-core:2.57.2 +com.google.dagger:dagger-lint-aar:2.59 +com.google.dagger:dagger:2.59 +com.google.dagger:hilt-android:2.59 +com.google.dagger:hilt-core:2.59 com.google.errorprone:error_prone_annotations:2.26.0 com.google.firebase:firebase-abt:21.1.1 com.google.firebase:firebase-analytics:22.1.2 diff --git a/gradle.properties b/gradle.properties index 32a00e430..2ad031065 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,6 +65,5 @@ roborazzi.test.verify=true android.injected.androidTest.leaveApksInstalledAfterRun=true # Blockers: -# - https://github.com/google/dagger/issues/4944 -# - https://github.com/google/dagger/issues/4979 +# - https://github.com/google/protobuf-gradle-plugin/issues/787 android.newDsl=false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 791686973..c98b1b454 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ firebasePerfPlugin = "2.0.2" gmsPlugin = "4.4.4" googleOss = "17.1.0" googleOssPlugin = "0.10.9" -hilt = "2.57.2" +hilt = "2.59" hiltExt = "1.2.0" jacoco = "0.8.12" junit4 = "4.13.2"