PR#28 Update moshi dependency so kotlin update doesn't break build
This commit is contained in:
parent
87b8dcb61f
commit
33fe236fa2
2 changed files with 1 additions and 2 deletions
|
|
@ -17,6 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
# Automatically convert third-party libraries to use AndroidX
|
# Automatically convert third-party libraries to use AndroidX
|
||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
android.jetifier.ignorelist=bcprov-jdk15on
|
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
@ -13,7 +13,7 @@ project.ext {
|
||||||
coil_version = "1.1.1"
|
coil_version = "1.1.1"
|
||||||
retrofit_version = "2.9.0"
|
retrofit_version = "2.9.0"
|
||||||
okhttp_version = "4.9.1"
|
okhttp_version = "4.9.1"
|
||||||
moshi_version = "1.12.0"
|
moshi_version = "1.13.0"
|
||||||
reloadable_module_version = "0.1.0"
|
reloadable_module_version = "0.1.0"
|
||||||
|
|
||||||
testing_androidx_code_version = "1.4.0"
|
testing_androidx_code_version = "1.4.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue