Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Update Dropbox library version
Browse files Browse the repository at this point in the history
And remove mention of now deprecated API.
Fixes #35

Signed-off-by: Jonas Kalderstam <[email protected]>
  • Loading branch information
spacecowboy committed Jul 24, 2015
1 parent 76b6c3e commit 7090da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ width="50%"
I needed a file picker that had two primary properties:

1. Easy to extend: I needed a file picker that would work for normal
files on the SD-card, and also for using the Dropbox Sync API.
files on the SD-card, and also for using the Dropbox API.
2. Able to create a directory in the picker.

This project has both of those qualities. As a bonus, it also scales
Expand Down Expand Up @@ -114,7 +114,7 @@ you like..

<!-- Need to set this also to style create folder dialog -->
<item name="alertDialogTheme">@style/FilePickerAlertDialogTheme</item>

<!-- If you want to set a specific toolbar theme, do it here -->
<!-- <item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item> -->
</style>
Expand Down
Binary file not shown.

0 comments on commit 7090da9

Please sign in to comment.