From 8d54d7cc5569600d0b63fb78484936780b7e8f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 11 Jan 2024 16:52:58 +0900 Subject: [PATCH] =?UTF-8?q?ChromeCustomTabs=E3=82=92=E4=BE=9D=E5=AD=98?= =?UTF-8?q?=E9=96=A2=E4=BF=82=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 5e7e062..6150f78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,4 +64,6 @@ dependencies { 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'//QR用zxingライブラリ + + implementation 'androidx.browser:browser:1.5.0' } \ No newline at end of file