I have a database that I built in SQLite browser, and it works fine. I launched an app with a prebuilt database and now I want to add more tables and data to that database.
To manually update the version to 4 you execute the following SQL statement:
PRAGMA user_version = 4
You can also set it via the setVersion
SqlLiteDatabase method.
Source: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#setVersion(int)
Another way to change the version of your Sqlite Database. You can use DB Browser for SQLite: