forked from LBRYCommunity/lbry-sdk
updated changelog
This commit is contained in:
parent
70881dab6e
commit
1d85f7127a
3 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@ at anytime.
|
|||
*
|
||||
|
||||
### Added
|
||||
*
|
||||
*
|
||||
* Android platform detection in lbrynet/conf.py
|
||||
* androidhelpers module for determining base file paths
|
||||
|
||||
### Removed
|
||||
*
|
||||
|
|
|
@ -1 +1 @@
|
|||
import paths
|
||||
import paths
|
||||
|
|
|
@ -23,4 +23,4 @@ def android_app_internal_storage_dir():
|
|||
# External (app folder on SD card, if present) storage
|
||||
# https://developer.android.com/reference/android/content/ContextWrapper.html#getExternalFilesDirs(java.lang.String)
|
||||
def android_app_external_storage_dir():
|
||||
return None
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue