依存関係にHiltを追加

This commit is contained in:
ろむねこ 2023-12-21 14:31:04 +09:00 committed by r-ca
parent c183327842
commit f51313411b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
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) {