From version 204.1
edited by 동석 김
on 2022/05/05 17:16
Change comment: 버전별 라이브러리 탭 수정
To version 206.2
edited by 동석 김
on 2022/05/07 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -27,7 +27,7 @@
27 27  
28 28  **SDK**
29 29  
30 -* 20 API Level 부터 30 API Level 까지 지원
30 +* 22 API Level 부터 31 API Level 까지 지원
31 31  
32 32  (((
33 33  
... ... @@ -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.13.2"
250 -implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.2"
251 -implementation "com.fasterxml.jackson.core:jackson-databind:2.13.2"
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
263 +// For libhone-gallery library
264 264  implementation "com.github.bumptech.glide:glide:4.13.1"
265 265  kapt "com.github.bumptech.glide:compiler:4.13.1"
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')