mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Bump moshi_version from 1.11.0 to 1.12.0
Bumps `moshi_version` from 1.11.0 to 1.12.0. Updates `moshi-adapters` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0) Updates `moshi-kotlin-codegen` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2df8eb199b
commit
fcc635ac8f
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ static def gitRevisionDate() {
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
def arrow_version = "0.8.2"
|
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 lifecycle_version = '2.2.0'
|
||||||
def arch_version = '2.1.0'
|
def arch_version = '2.1.0'
|
||||||
def markwon_version = '3.1.0'
|
def markwon_version = '3.1.0'
|
||||||
|
|
|
@ -296,7 +296,7 @@ dependencies {
|
||||||
def markwon_version = '4.1.2'
|
def markwon_version = '4.1.2'
|
||||||
def big_image_viewer_version = '1.7.1'
|
def big_image_viewer_version = '1.7.1'
|
||||||
def glide_version = '4.12.0'
|
def glide_version = '4.12.0'
|
||||||
def moshi_version = '1.11.0'
|
def moshi_version = '1.12.0'
|
||||||
def daggerVersion = '2.33'
|
def daggerVersion = '2.33'
|
||||||
def autofill_version = "1.1.0"
|
def autofill_version = "1.1.0"
|
||||||
def work_version = '2.5.0'
|
def work_version = '2.5.0'
|
||||||
|
|
Loading…
Reference in a new issue