Upgrade kotlin from 1.6.21 to 1.7.10 and dagger (+hilt) from 2.42 to 2.43.2

This commit is contained in:
Benoit Marty 2022-08-25 11:54:29 +02:00 committed by Benoit Marty
parent 57db43c80a
commit 892484a1b3

View file

@ -9,9 +9,9 @@ ext.versions = [
def gradle = "7.2.2"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"
def kotlin = "1.7.10"
def kotlinCoroutines = "1.6.4"
def dagger = "2.42"
def dagger = "2.43.2"
def appDistribution = "16.0.0-beta04"
def retrofit = "2.9.0"
def arrow = "0.8.2"