Update version number

This commit is contained in:
Niels Andriesse 2021-02-18 10:30:21 +11:00
parent 0da74c52ac
commit f45a285141
2 changed files with 2 additions and 3 deletions

View File

@ -158,8 +158,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.2'
}
def canonicalVersionCode = 139
def canonicalVersionName = "1.7.1"
def canonicalVersionCode = 140
def canonicalVersionName = "1.7.2"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,

View File

@ -54,7 +54,6 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
private static final int lokiV16 = 37;
private static final int lokiV17 = 38;
private static final int lokiV18_CLEAR_BG_POLL_JOBS = 39;
//TODO Merge all "refactor" migrations to one before pushing to the main repo.
private static final int lokiV19 = 40;
private static final int lokiV20 = 41;