소스 검색

Merge pull request #1664 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.8.9

Bump gson from 2.8.8 to 2.8.9
Andy Scherzinger 3 년 전
부모
커밋
d4a010ac6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -264,7 +264,7 @@ dependencies {
     implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
     implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"
 
-    implementation 'com.google.code.gson:gson:2.8.8'
+    implementation 'com.google.code.gson:gson:2.8.9'
     implementation 'com.google.android.exoplayer:exoplayer:2.15.1'
 
     implementation 'com.github.chrisbanes:PhotoView:2.3.0'