Skip to content

Commit

Permalink
Merge pull request #25 from Foulest/dependabot/gradle/com.google.code…
Browse files Browse the repository at this point in the history
….gson-gson-2.12.0
  • Loading branch information
Foulest authored Jan 29, 2025
2 parents f769c43 + 983427b commit 3c62ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {

// Google Gson - for JSON serialization and deserialization
// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0'

// two-slices - for sending toasts
// https://github.com/sshtools/two-slices
Expand Down

0 comments on commit 3c62ab5

Please sign in to comment.