Create HabitTypeDialog

This commit is contained in:
2020-06-17 07:00:25 -05:00
parent 6070a7af2e
commit 72ad14119a
12 changed files with 248 additions and 46 deletions

View File

@@ -70,6 +70,10 @@ android {
sourceSets {
main.assets.srcDirs += '../uhabits-core/src/main/resources/'
}
buildFeatures {
viewBinding true
}
}
dependencies {