added files to simplify build

This commit is contained in:
Philipp Crocoll 2015-09-02 22:32:28 +02:00
parent 6c4afaaaa1
commit 4cb0cf3d72
7 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
namespace keepass2android.Io
{
public partial class DropboxFileStorage
{
private const string AppKey = "";
private const string AppSecret = "";
}
public partial class DropboxAppFolderFileStorage
{
private const string AppKey = "";
private const string AppSecret = "";
}
}

Binary file not shown.

Binary file not shown.