Fix after rebase

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-06-04 15:16:57 +02:00
parent a86038ebab
commit 2a3fd4287e
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -31,7 +31,7 @@ import com.owncloud.android.MainApp;
*/ */
public class ProviderMeta { public class ProviderMeta {
public static final String DB_NAME = "filelist"; public static final String DB_NAME = "filelist";
public static final int DB_VERSION = 56; public static final int DB_VERSION = 57;
private ProviderMeta() { private ProviderMeta() {
// No instance // No instance