mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Fix after rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
a86038ebab
commit
2a3fd4287e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import com.owncloud.android.MainApp;
|
|||
*/
|
||||
public class ProviderMeta {
|
||||
public static final String DB_NAME = "filelist";
|
||||
public static final int DB_VERSION = 56;
|
||||
public static final int DB_VERSION = 57;
|
||||
|
||||
private ProviderMeta() {
|
||||
// No instance
|
||||
|
|
Loading…
Reference in a new issue