Debugモジュールの依存関係にJGitを追加

This commit is contained in:
ろむねこ 2023-12-12 11:48:11 +09:00
parent e5bfd5142b
commit 73a1373908
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
3 changed files with 3 additions and 0 deletions

View File

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