mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	依存関係にHiltを追加
This commit is contained in:
		
							parent
							
								
									0309864d0b
								
							
						
					
					
						commit
						814dfd23fa
					
				| 
						 | 
				
			
			@ -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