소스 검색

Merge pull request #1780 from nextcloud/bugfix/noid/android-gif-drawable

Bump android-gif-drawable from 1.2.23 to 1.2.24
Andy Scherzinger 3 년 전
부모
커밋
9a3e95ebdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -279,7 +279,7 @@ dependencies {
     implementation 'com.google.android.exoplayer:exoplayer:2.16.0'
 
     implementation 'com.github.chrisbanes:PhotoView:2.3.0'
-    implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.23'
+    implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
 
     implementation "io.noties.markwon:core:$markwonVersion"