mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
依存関係にHiltを追加
This commit is contained in:
parent
c183327842
commit
f51313411b
|
@ -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'
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user