ChromeCustomTabsを依存関係に追加

This commit is contained in:
ろむねこ 2024-01-11 16:52:58 +09:00
parent f4cae51cda
commit 8d54d7cc55
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -64,4 +64,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'//QR用zxingライブラリ implementation 'com.journeyapps:zxing-android-embedded:4.3.0'//QR用zxingライブラリ
implementation 'androidx.browser:browser:1.5.0'
} }