... |
... |
@@ -239,32 +239,23 @@ |
239 |
239 |
{{code language="gradle"}} |
240 |
240 |
|
241 |
241 |
// KOTLIN |
242 |
|
-implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0" |
|
242 |
+implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21" |
243 |
243 |
|
244 |
|
-implementation "androidx.appcompat:appcompat: 1.5.1" |
|
244 |
+implementation "androidx.appcompat:appcompat: 1.4.2" |
245 |
245 |
implementation "androidx.legacy:legacy-support-v4:1.0.0" |
246 |
|
-implementation "androidx.vectordrawable:vectordrawable-animated:1.1.0 " |
|
246 |
+implementation "androidx.vectordrawable:vectordrawable-animated:1.1.0" |
247 |
247 |
implementation "androidx.media:media:1.6.0" |
248 |
|
-implementation "com.google.android.material:material:1.8.0" |
249 |
|
-implementation "androidx.exifinterface:exifinterface:1.3.6" |
|
248 |
+implementation "com.google.android.material:material:1.6.0" |
|
249 |
+implementation "androidx.exifinterface:exifinterface:1.3.3" |
250 |
250 |
implementation "androidx.multidex:multidex:2.0.1" |
251 |
251 |
implementation "androidx.constraintlayout:constraintlayout:2.1.4" |
252 |
252 |
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" |
253 |
|
-implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 " |
254 |
254 |
implementation "androidx.lifecycle:lifecycle-process:2.5.1" |
255 |
255 |
implementation "androidx.lifecycle:lifecycle-common-java8:2.5.1" |
256 |
|
-implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 " |
257 |
|
-implementation "androidx.work:work-runtime:2.8.1" |
258 |
|
-implementation "androidx.work:work-runtime-ktx:2.8.1 " |
259 |
|
-implementation "androidx.concurrent:concurrent-futures:1.1.0 " |
260 |
|
-implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" |
261 |
|
-implementation "androidx.window:window:1.1.0" |
262 |
|
-implementation "androidx.window:window-java:1.1.0" |
263 |
|
-implementation "androidx.window:window-rxjava2:1.1.0 " |
264 |
|
-implementation "androidx.webkit:webkit:1.6.1" |
|
255 |
+implementation "androidx.webkit:webkit:1.4.0" |
265 |
265 |
|
266 |
|
-implementation "org.slf4j:slf4j-api:2.0.7" |
267 |
|
-implementation "com.github.tony19:logback-android:3.0.0" |
|
257 |
+implementation "org.slf4j:slf4j-api:1.7.32" |
|
258 |
+implementation "com.github.tony19:logback-android:2.0.0" |
268 |
268 |
implementation "com.fasterxml.jackson.core:jackson-core:2.13.3" |
269 |
269 |
implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.3" |
270 |
270 |
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3" |
... |
... |
@@ -277,11 +277,11 @@ |
277 |
277 |
api 'com.google.zxing:core:3.2.1' |
278 |
278 |
|
279 |
279 |
// For libhone-beacon library |
280 |
|
-implementation "org.altbeacon:android-beacon-library:2.19.5" |
|
271 |
+implementation "org.altbeacon:android-beacon-library:2.19.4" |
281 |
281 |
|
282 |
282 |
// For libhone-gallery library |
283 |
|
-implementation "com.github.bumptech.glide:glide:4.15.1" |
284 |
|
-kapt "com.github.bumptech.glide:compiler:4.15.1" |
|
274 |
+implementation "com.github.bumptech.glide:glide:4.13.2" |
|
275 |
+kapt "com.github.bumptech.glide:compiler:4.13.2" |
285 |
285 |
|
286 |
286 |
// For libhone-nfc library |
287 |
287 |
implementation "com.google.guava:guava:31.1-jre" |
... |
... |
@@ -344,7 +344,6 @@ |
344 |
344 |
|
345 |
345 |
buildFeatures { |
346 |
346 |
dataBinding true |
347 |
|
- viewBinding true |
348 |
348 |
} |
349 |
349 |
} |
350 |
350 |
|