Преглед изворни кода

Update subsampling. Export /storage/ to SAF

inorichi пре 7 година
родитељ
комит
23c0f2c313
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 2
      app/build.gradle
  2. 2 0
      app/src/main/res/xml/provider_paths.xml

+ 1 - 2
app/build.gradle

@@ -102,8 +102,7 @@ android {
 dependencies {
 
     // Modified dependencies
-    implementation 'com.github.inorichi:subsampling-scale-image-view:01e5385'
-    implementation 'com.github.inorichi:tachimage:68cd311'
+    implementation 'com.github.inorichi:subsampling-scale-image-view:c19b883'
     implementation 'com.github.inorichi:junrar-android:634c1f5'
 
     // Android support library

+ 2 - 0
app/src/main/res/xml/provider_paths.xml

@@ -3,4 +3,6 @@
     <cache-path name="cache_files" path="."/>
     <external-path name="ext_files" path="." />
     <external-cache-path name="ext_cache_files" path="."/>
+    <!--suppress AndroidElementNotAllowed -->
+    <root-path name="ext_storage" path="/storage/"/>
 </paths>