added files to simplify build
This commit is contained in:
13
src/Kp2aBusinessLogic/Io/DropboxFileStorageKeysDummy.cs
Normal file
13
src/Kp2aBusinessLogic/Io/DropboxFileStorageKeysDummy.cs
Normal 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 = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user