Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTim Krüger <t@timkrueger.me>2022-10-31 15:22:45 +0300
committerGitHub <noreply@github.com>2022-10-31 15:22:45 +0300
commit3cfba9105f17bb36931a4a5f482f63e35d69a803 (patch)
tree314d1b01518dc3290d2e99b165652f2984959977 /app
parentad154cb051bcb0ae8992783a55eb8529d8ff68ca (diff)
parente2149c3419a9cc36ec19ac060db9d16a4dd90590 (diff)
Merge pull request #2530 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10
Bump gson from 2.9.1 to 2.10
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 77731df43..624c013a5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -272,7 +272,7 @@ dependencies {
implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"
- implementation 'com.google.code.gson:gson:2.9.1'
+ implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'