From version 205.1
edited by 동석 김
on 2022/05/06 21:06
Change comment: There is no comment for this version
To version 208.1
edited by 동석 김
on 2022/05/08 22:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -246,25 +246,25 @@
246 246  
247 247  implementation "org.slf4j:slf4j-api:1.7.32"
248 248  implementation "com.github.tony19:logback-android:2.0.0"
249 -implementation "com.fasterxml.jackson.core:jackson-core:2.12.3"
250 -implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.3"
251 -implementation "com.fasterxml.jackson.core:jackson-databind:2.12.3"
249 +implementation "com.fasterxml.jackson.core:jackson-core:2.13.1"
250 +implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.1"
251 +implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
252 252  implementation "com.squareup.okhttp3:okhttp:3.11.0"
253 253  implementation "com.j256.ormlite:ormlite-android:6.1"
254 254  implementation "io.reactivex.rxjava2:rxjava:2.2.21"
255 255  implementation "io.reactivex.rxjava2:rxandroid:2.1.1"
256 256  
257 -// Add the libhone-barcode library
257 +// For libhone-barcode library
258 258  api 'com.google.zxing:core:3.2.1'
259 259  
260 -// Add the libhone-beacon library
260 +// For libhone-beacon library
261 261  implementation "org.altbeacon:android-beacon-library:2.19.4"
262 262  
263 -// Add the libhone-gallery library
264 -implementation "com.github.bumptech.glide:glide:4.13.1"
265 -kapt "com.github.bumptech.glide:compiler:4.13.1"
263 +// For libhone-gallery library
264 +implementation "com.github.bumptech.glide:glide:4.13.2"
265 +kapt "com.github.bumptech.glide:compiler:4.13.2"
266 266  
267 -// Add the libhone-nfc library
267 +// For libhone-nfc library
268 268  implementation "com.google.guava:guava:31.1-jre"
269 269  
270 270  implementation files('libs/libhone-release.aar')