Skip to content

Commit

Permalink
stack: moshi 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Sep 13, 2022
1 parent 9b1d31e commit d69fff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- :arrow_up: [kotlinx-binaryCompatibilityValidator](https://github.com/Kotlin/binary-compatibility-validator/releases/tag/0.11.1) `0.11.0``0.11.1`
- :arrow_up: [material-compose-themeAdapter](https://github.com/material-components/material-components-android-compose-theme-adapter/releases/tag/material-v1.1.18) `1.1.16``1.1.18`
- :arrow_up: [material-compose-themeAdapter3](https://github.com/material-components/material-components-android-compose-theme-adapter/releases/tag/material3-v1.0.18) `1.0.16``1.0.18`
- :arrow_up: [moshi](https://github.com/square/moshi/blob/master/CHANGELOG.md#version-1140) `1.13.0``1.14.0`
- :arrow_up: [firebase-analytics](https://firebase.google.com/support/release-notes/android#analytics_v21-1-1) `21.1.0``21.1.1`
- :arrow_up: [firebase-bom](https://firebase.google.com/support/release-notes/android#bom_v30-4-1) `30.3.2``30.4.1`
- :arrow_up: [firebase-crashlytics](https://firebase.google.com/support/release-notes/android#crashlytics_v18-2-13) `18.2.12``18.2.13`
Expand Down
6 changes: 3 additions & 3 deletions versions-stack/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ reactivex-rxjava3 = "3.1.5"

# Network & Serialization
kotlinx-serialization = "1.4.0"
moshi = "1.13.0"
okhttp = "4.10.0"
retrofit = "2.9.0"
moshi = "1.14.0" # https://github.com/square/moshi/blob/master/CHANGELOG.md
okhttp = "4.10.0" # https://github.com/square/okhttp/blob/master/CHANGELOG.md
retrofit = "2.9.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
retrofit-converter-kotlinxSerialization = "0.8.0"

# Security
Expand Down

0 comments on commit d69fff6

Please sign in to comment.