mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 05:35:10 +01:00
17 lines
375 B
XML
17 lines
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths>
|
|
<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>
|