Merge pull request #3102 from vector-im/dependabot/gradle/moshi_version-1.12.0
Bump moshi_version from 1.11.0 to 1.12.0
This commit is contained in:
commit
7d88d038f5
|
@ -108,7 +108,7 @@ static def gitRevisionDate() {
|
|||
dependencies {
|
||||
|
||||
def arrow_version = "0.8.2"
|
||||
def moshi_version = '1.11.0'
|
||||
def moshi_version = '1.12.0'
|
||||
def lifecycle_version = '2.2.0'
|
||||
def arch_version = '2.1.0'
|
||||
def markwon_version = '3.1.0'
|
||||
|
|
|
@ -296,7 +296,7 @@ dependencies {
|
|||
def markwon_version = '4.1.2'
|
||||
def big_image_viewer_version = '1.7.1'
|
||||
def glide_version = '4.12.0'
|
||||
def moshi_version = '1.11.0'
|
||||
def moshi_version = '1.12.0'
|
||||
def daggerVersion = '2.33'
|
||||
def autofill_version = "1.1.0"
|
||||
def work_version = '2.5.0'
|
||||
|
|
Loading…
Reference in New Issue