依存関係にJGitを追加

This commit is contained in:
ろむねこ 2023-12-21 14:29:53 +09:00 committed by r-ca
parent 95d9af1281
commit c183327842
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -33,6 +33,9 @@ dependencies {
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
// JGit
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
implementation project(':model')
implementation project(':source')
implementation project(':utils')