소스 검색

Merge pull request #2530 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10

Bump gson from 2.9.1 to 2.10
Tim Krüger 2 년 전
부모
커밋
3cfba9105f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
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'