Use snapshot version of retrofit to fix r8 full mode issues
This commit is contained in:
parent
d83be8fb12
commit
b72bc42cbc
2 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ allprojects {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue