JGitをMaven Repositoryから直接インポートするようにした

This commit is contained in:
ろむねこ 2023-12-12 12:08:26 +09:00
parent 0e1a2c78a2
commit a0a730a6a9
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
6 changed files with 4 additions and 4 deletions

View File

@ -38,8 +38,8 @@ dependencies {
implementation libs.com.google.dagger.hilt.android implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler annotationProcessor libs.com.google.dagger.hilt.compiler
// libsディレクトリにあるライブラリを追加 // JGit
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
// Room // Room
implementation libs.androidx.room.runtime implementation libs.androidx.room.runtime

View File

@ -45,8 +45,8 @@ dependencies {
implementation libs.com.google.dagger.hilt.android implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler annotationProcessor libs.com.google.dagger.hilt.compiler
// libsディレクトリにあるライブラリを追加 // JGit
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
// //
// data // data