Use snapshot version of retrofit to fix r8 full mode issues

This commit is contained in:
Mikołaj Pich 2023-05-23 02:22:59 +02:00
parent d83be8fb12
commit b72bc42cbc
2 changed files with 2 additions and 1 deletions

View file

@ -41,6 +41,7 @@ allprojects {
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://jitpack.io" }
}

View file

@ -9,7 +9,7 @@ dependencyResolutionManagement {
version('kotlin', kotlin)
version('coroutines', '1.7.1')
version('retrofit', '2.9.0')
version('retrofit', '2.10.0-SNAPSHOT')
version('retrofit-kotlinx-serialization', '1.0.0')
version('ksp', "${kotlin}-1.0.11")