Bump database version to clean all database cache

pull/30/head
Alinson S. Xavier 10 years ago
parent 08f2fe84d7
commit 8e2f06c211

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

@ -0,0 +1,3 @@
delete from Score;
delete from Streak;
delete from Checkmarks;
Loading…
Cancel
Save