source: 依存関係にJGitを追加

This commit is contained in:
r-ca 2023-12-14 02:21:44 +09:00
parent 3394148c93
commit 7c1ab534d8
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -41,6 +41,7 @@ dependencies {
implementation libs.androidx.room.runtime
annotationProcessor libs.androidx.room.compiler
// JGit
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
}