From 04d0f28ef03ad77bc3e09b81549ce765bfb13326 Mon Sep 17 00:00:00 2001 From: it232115 Date: Thu, 11 Jan 2024 15:02:08 +0900 Subject: [PATCH] =?UTF-8?q?QR=E3=82=B3=E3=83=BC=E3=83=89=E3=81=AE=E8=AA=AD?= =?UTF-8?q?=E3=81=BF=E5=8F=96=E3=82=8A=E3=80=81=E7=94=9F=E6=88=90=E3=82=92?= =?UTF-8?q?=E8=A1=8C=E3=81=86zxing=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9?= =?UTF-8?q?=E3=83=AA=E3=82=92=E5=B0=8E=E5=85=A5=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e487220..2b2bdc2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,5 +38,5 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - implementation 'com.journeyapps:zxing-android-embedded:4.3.0' + implementation 'com.journeyapps:zxing-android-embedded:4.3.0'//QR用zxingライブラリ } \ No newline at end of file