Handle numerical habits with target value of zero

Fixes #903
This commit is contained in:
2021-05-15 20:08:04 -05:00
parent 89e3dd7655
commit fcadbe7c38
6 changed files with 30 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ android {
compileSdkVersion(30)
defaultConfig {
versionCode(20001)
versionName("2.0.1")
versionCode(20002)
versionName("2.0.2")
minSdkVersion(23)
targetSdkVersion(30)
applicationId("org.isoron.uhabits")