mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
Merge #131
131: Update MoshiX r=msfjarvis a=msfjarvis bors r+ Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
e53471f85e
1 changed files with 2 additions and 3 deletions
|
@ -69,9 +69,8 @@ object Dependencies {
|
||||||
|
|
||||||
object Moshi {
|
object Moshi {
|
||||||
|
|
||||||
private const val version = "1.11.0"
|
const val lib = "com.squareup.moshi:moshi:1.11.0"
|
||||||
const val lib = "com.squareup.moshi:moshi:$version"
|
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
|
||||||
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.1"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object Retrofit {
|
object Retrofit {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue