From 7ad0dcdb8346d38256d042076258e2adb799647d Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 14 Apr 2023 17:29:28 +0800 Subject: [PATCH] Update library --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 74d5c4d4b..de1811d5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,8 +101,8 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.14.2' implementation 'com.google.android.material:material:1.9.0-beta01' implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.zxing:core:3.4.1' implementation 'com.guolindev.permissionx:permissionx:1.7.1' - implementation 'com.journeyapps:zxing-android-embedded:4.3.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10' implementation 'net.java.dev.jna:jna:5.12.1' implementation 'org.apache.commons:commons-compress:1.20' @@ -114,6 +114,7 @@ dependencies { leanbackImplementation 'me.jessyan:autosize:1.2.1' mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' mobileImplementation 'com.github.devin1014.DLNA-Cast:dlna-dmc:V1.0.0' + mobileImplementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } annotationProcessor 'androidx.room:room-compiler:2.5.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' } \ No newline at end of file