依存関係にHiltを追加

This commit is contained in:
ろむねこ 2023-12-21 14:31:04 +09:00
parent 0309864d0b
commit 814dfd23fa
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,10 @@ dependencies {
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
// DI
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler
// JGit
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'

View File

@ -9,6 +9,9 @@ import one.nem.lacerta.model.document.DocumentMeta;
public class DocumentProcessorImpl implements DocumentProcessor{
private DocumentDetail documentDetail;
@Override
public void addNewPageToLast(Bitmap bitmap) {