Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.7.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 333e542 commit e2be6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dependencies {

implementation fileTree(include: ['*'], dir: 'libs')

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"

implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
Expand Down

0 comments on commit e2be6ad

Please sign in to comment.