mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Merge tag 'v1.6.1' into dev
v1.6.1
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
|||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
buildConfigField "Integer", "databaseVersion", "14"
|
buildConfigField "Integer", "databaseVersion", "15"
|
||||||
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
|
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
<manifest
|
<manifest
|
||||||
package="org.isoron.uhabits"
|
package="org.isoron.uhabits"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="23"
|
android:versionCode="24"
|
||||||
android:versionName="1.6.0">
|
android:versionName="1.6.1">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
||||||
|
|||||||
3
app/src/main/assets/migrations/15.sql
Normal file
3
app/src/main/assets/migrations/15.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
delete from Score;
|
||||||
|
delete from Streak;
|
||||||
|
delete from Checkmarks;
|
||||||
Reference in New Issue
Block a user