mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 20:27:48 +01:00
Update subsampling. Export /storage/ to SAF
This commit is contained in:
parent
5c4139be45
commit
23c0f2c313
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue