updated changelog

This commit is contained in:
Akinwale Ariwodola 2017-08-18 12:29:38 +01:00
parent 70881dab6e
commit 1d85f7127a
3 changed files with 4 additions and 4 deletions

View file

@ -25,8 +25,8 @@ at anytime.
* *
### Added ### Added
* * Android platform detection in lbrynet/conf.py
* * androidhelpers module for determining base file paths
### Removed ### Removed
* *

View file

@ -1 +1 @@
import paths import paths

View file

@ -23,4 +23,4 @@ def android_app_internal_storage_dir():
# External (app folder on SD card, if present) storage # External (app folder on SD card, if present) storage
# https://developer.android.com/reference/android/content/ContextWrapper.html#getExternalFilesDirs(java.lang.String) # https://developer.android.com/reference/android/content/ContextWrapper.html#getExternalFilesDirs(java.lang.String)
def android_app_external_storage_dir(): def android_app_external_storage_dir():
return None return None