Skip to content

Commit

Permalink
all: bump org.jetbrains.kotlinx:kotlinx-serialization-json to 1.8.0 (
Browse files Browse the repository at this point in the history
…fixes #4961) (#4951)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Jan 7, 2025
1 parent 699c27e commit 8957fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2170
versionName "0.21.70"
versionCode 2171
versionName "0.21.71"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -191,7 +191,7 @@ dependencies {
implementation 'org.osmdroid:osmdroid-android:6.1.20'
implementation 'org.jetbrains:annotations:26.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'

implementation 'com.mikepenz:google-material-typeface:3.0.1.1.original@aar'
Expand Down

0 comments on commit 8957fe2

Please sign in to comment.