Update library

pull/123/head
FongMi 3 years ago
parent 358e89ee5f
commit 7ad0dcdb83
  1. 3
      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'
}
Loading…
Cancel
Save