Skip to content

Commit

Permalink
Chore: Update Gson dependency in libs.versions.toml
Browse files Browse the repository at this point in the history
This commit updates the Gson dependency in the `libs.versions.toml` file:
  • Loading branch information
jacobrein committed Jan 30, 2025
1 parent 4ff7b99 commit 95069c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ kotlinStLib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "ko
navigation-safe-args-gradle-plugin = { module = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "navVersion" }
pagecurl = { module = "io.github.oleksandrbalan:pagecurl", version.ref = "pagecurl" }
palette = "androidx.palette:palette-ktx:1.0.0"
gson = "com.google.code.gson:gson:2.11.0"
gson = "com.google.code.gson:gson:2.12.0"
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }

#Compose
Expand Down

0 comments on commit 95069c0

Please sign in to comment.