mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 11:37:42 +00:00
Increment database version
This commit is contained in:
@@ -158,7 +158,7 @@ dependencies {
|
|||||||
testImplementation 'org.robolectric:shadows-multidex:4.2'
|
testImplementation 'org.robolectric:shadows-multidex:4.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
def canonicalVersionCode = 156
|
def canonicalVersionCode = 157
|
||||||
def canonicalVersionName = "1.10.0"
|
def canonicalVersionName = "1.10.0"
|
||||||
|
|
||||||
def postFixSize = 10
|
def postFixSize = 10
|
||||||
|
@@ -58,7 +58,7 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
|
|||||||
private static final int lokiV24 = 45;
|
private static final int lokiV24 = 45;
|
||||||
|
|
||||||
// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
|
// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
|
||||||
private static final int DATABASE_VERSION = lokiV23;
|
private static final int DATABASE_VERSION = lokiV24;
|
||||||
private static final String DATABASE_NAME = "signal.db";
|
private static final String DATABASE_NAME = "signal.db";
|
||||||
|
|
||||||
private final Context context;
|
private final Context context;
|
||||||
|
Reference in New Issue
Block a user