Эх сурвалжийг харах

Merge pull request #9940 from nextcloud/fix/chardet-android7

build.gradle: Restore juniversalchardet to 2.0.3
Álvaro Brey 3 жил өмнө
parent
commit
c383abbc37
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -263,7 +263,7 @@ dependencies {
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
     implementation "androidx.work:work-runtime-ktx:$workRuntime"
     implementation "androidx.fragment:fragment-ktx:1.4.1"
     implementation "androidx.fragment:fragment-ktx:1.4.1"
-    implementation 'com.github.albfernandez:juniversalchardet:2.3.2' // need this version for Android <7
+    implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
     implementation 'commons-io:commons-io:2.11.0'
     implementation 'commons-io:commons-io:2.11.0'
     implementation 'org.greenrobot:eventbus:3.3.1'
     implementation 'org.greenrobot:eventbus:3.3.1'