Skip to content

Commit 65208fa

Browse files
committed
updated dependencies
1 parent 4e41ed5 commit 65208fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/promise/dbapp/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ class App : DaggerApplication() {
2424
}
2525

2626
override fun applicationInjector(): AndroidInjector<out DaggerApplication> =
27-
DaggerAppComponent.builder().app(this).build()
27+
DaggerAppComponent.factory().create(this)
2828

2929
}

compiler/src/main/java/promise/database/compiler/PromiseDatabaseCompiler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class PromiseDatabaseCompiler : AbstractProcessor() {
108108
https://github.com/android-promise/database
109109
110110
Generated by Android Promise Database Compiler, do not modify
111-
""".trimMargin(" ").trim()
111+
""".trim()
112112
)
113113
.build()
114114
.writeTo(processingEnv.filer)

0 commit comments

Comments
 (0)