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

Commit 7434fe8b authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Updaing the database version"

parents 63bc83ed 97c3311b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,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 = 67;
    private static final int DATABASE_VERSION = 68;

    private Context mContext;