Bump database version to clean all database cache

This commit is contained in:
2016-02-21 22:53:39 -05:00
parent 08f2fe84d7
commit 8e2f06c211
2 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<meta-data
android:name="AA_DB_VERSION"
android:value="9"/>
android:value="10"/>
<meta-data
android:name="com.google.android.backup.api_key"

View File

@@ -0,0 +1,3 @@
delete from Score;
delete from Streak;
delete from Checkmarks;