From 7c1ab534d846d4dbaa0bdf54288f8cedb527a444 Mon Sep 17 00:00:00 2001 From: r-ca Date: Thu, 14 Dec 2023 02:21:44 +0900 Subject: [PATCH] =?UTF-8?q?source:=20=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82?= =?UTF-8?q?=E3=81=ABJGit=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/build.gradle b/source/build.gradle index 551b6f0b..fa3c51ac 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -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' } \ No newline at end of file