From fcc693efb0842f5dc37b0c95a580a0546644650d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:36:18 +0000 Subject: [PATCH] Update dependency com.google.code.gson:gson to v2.14.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e5fafa1..62f5954 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -65,7 +65,7 @@ android { implementation 'com.android.support.constraint:constraint-layout:2.0.4' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.android.volley:volley:1.2.1' - implementation 'com.google.code.gson:gson:2.13.2' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.google.android.material:material:1.13.0' implementation 'com.google.android.gms:play-services-wallet:20.0.0' implementation 'com.android.support:customtabs:28.0.0'