mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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
|
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
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user