First version of EditHabitActivity

This commit is contained in:
2020-01-12 10:20:36 -06:00
parent 58d8c799ce
commit 6f94fc48c1
8 changed files with 503 additions and 138 deletions

View File

@@ -4,6 +4,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-kapt'
id 'com.github.triplet.play' version '2.6.2'
id 'kotlin-android-extensions'
}
android {
@@ -88,6 +89,7 @@ dependencies {
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
compileOnly "javax.annotation:jsr250-api:1.0"
compileOnly "com.google.auto.factory:auto-factory:$AUTO_FACTORY_VERSION"
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
@@ -134,4 +136,4 @@ kapt {
play {
serviceAccountCredentials = file("../../.secret/gcp-key.json")
track = "alpha"
}
}