Force kotlin standard lib to latest version to prevent jetifier issues

This commit is contained in:
Torsten Grote
2023-04-03 17:56:11 -03:00
parent 145117a1dc
commit fbc32830bd
4 changed files with 20 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ buildscript {
}
ext {
kotlin_version = '1.8.10'
kotlin_version = '1.8.20'
dagger_version = "2.45"
okhttp_version = "4.10.0"
jackson_version = "2.13.4"