Persist unit and target value of a habit

This commit is contained in:
2017-03-25 19:57:38 -04:00
parent 5653651c0d
commit 7d2e8573f8
20 changed files with 505 additions and 206 deletions

View File

@@ -12,7 +12,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
buildConfigField "Integer", "databaseVersion", "17"
buildConfigField "Integer", "databaseVersion", "18"
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"