mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
JGitをMaven Repositoryから直接インポートするようにした
This commit is contained in:
parent
0e1a2c78a2
commit
a0a730a6a9
|
@ -38,8 +38,8 @@ dependencies {
|
|||
implementation libs.com.google.dagger.hilt.android
|
||||
annotationProcessor libs.com.google.dagger.hilt.compiler
|
||||
|
||||
// libsディレクトリにあるライブラリを追加
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
// JGit
|
||||
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
|
||||
|
||||
// Room
|
||||
implementation libs.androidx.room.runtime
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -45,8 +45,8 @@ dependencies {
|
|||
implementation libs.com.google.dagger.hilt.android
|
||||
annotationProcessor libs.com.google.dagger.hilt.compiler
|
||||
|
||||
// libsディレクトリにあるライブラリを追加
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
// JGit
|
||||
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
|
||||
|
||||
// 内部モジュール
|
||||
// data
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user