Revert "Bump dagger from 2.42 to 2.43.2"

This commit is contained in:
Adam Brown 2022-08-11 17:15:29 +01:00 committed by GitHub
parent 3b7fd2dfde
commit ef3615594b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ def gradle = "7.1.3"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"
def kotlinCoroutines = "1.6.4"
def dagger = "2.43.2"
def dagger = "2.42"
def appDistribution = "16.0.0-beta03"
def retrofit = "2.9.0"
def arrow = "0.8.2"