Skip to content

Commit

Permalink
Chore: Update gson and material-kolor dependencies
Browse files Browse the repository at this point in the history
This commit updates the versions of `gson` and `material-kolor` in the `libs.versions.toml` file:

- Updates `gson` from "2.12.0" to "2.12.1".
- Updates `materialKolor` from "2.0.1" to "2.0.2".
  • Loading branch information
jacobrein committed Jan 31, 2025
1 parent 8641a59 commit 2ed325c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ compose3Version = "1.3.0"
compose3CommonVersion = "1.0.0-alpha01"
compose3AdaptiveVersion = "1.1.0-alpha02"
composeBomVersion = "2025.01.01"
materialKolor = "2.0.1"
materialKolor = "2.0.2"
firebaseKtx = "0.2.1"

googlePerformancePlugin = "1.4.2"
Expand Down 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.12.0"
gson = "com.google.code.gson:gson:2.12.1"
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }

#Compose
Expand Down

0 comments on commit 2ed325c

Please sign in to comment.