Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63572f9 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Increment database version to 65"

parents 4804c211 aef35dde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public class DatabaseHelper extends SQLiteOpenHelper {
    // database gets upgraded properly. At a minimum, please confirm that 'upgradeVersion'
    // is properly propagated through your change.  Not doing so will result in a loss of user
    // settings.
    private static final int DATABASE_VERSION = 64;
    private static final int DATABASE_VERSION = 65;

    private Context mContext;