Skip to content

Commit 1dff938

Browse files
committed
Glimpse: Update external libs
Change-Id: I943722f8d8e762ce8e3e9d1e616a248d3c646829
1 parent 152bc82 commit 1dff938

37 files changed

Lines changed: 46 additions & 28 deletions

app/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ android_app {
7474
"Glimpse_com.github.bumptech.glide_okhttp3-integration",
7575
"Glimpse_com.google.android.material_material",
7676
"Glimpse_com.squareup.okhttp3_okhttp",
77+
"Glimpse_com.squareup.okhttp3_okhttp-android",
7778
"Glimpse_io.github.panpf.zoomimage_zoomimage-core-android",
7879
"Glimpse_io.github.panpf.zoomimage_zoomimage-view-glide",
7980
"kotlin-stdlib",

app/libs/Android.bp

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ java_import {
231231

232232
java_import {
233233
name: "Glimpse_com.github.bumptech.glide_annotations",
234-
jars: ["com/github/bumptech/glide/annotations/4.15.1/annotations-4.15.1.jar"],
234+
jars: ["com/github/bumptech/glide/annotations/5.0.5/annotations-5.0.5.jar"],
235235
sdk_version: "36",
236236
min_sdk_version: "30",
237237
apex_available: [
@@ -242,9 +242,9 @@ java_import {
242242
],
243243
}
244244

245-
java_import {
245+
android_library_import {
246246
name: "Glimpse_com.github.bumptech.glide_disklrucache",
247-
jars: ["com/github/bumptech/glide/disklrucache/4.15.1/disklrucache-4.15.1.jar"],
247+
aars: ["com/github/bumptech/glide/disklrucache/5.0.5/disklrucache-5.0.5.aar"],
248248
sdk_version: "36",
249249
min_sdk_version: "30",
250250
apex_available: [
@@ -257,7 +257,7 @@ java_import {
257257

258258
android_library_import {
259259
name: "Glimpse_com.github.bumptech.glide_gifdecoder",
260-
aars: ["com/github/bumptech/glide/gifdecoder/4.15.1/gifdecoder-4.15.1.aar"],
260+
aars: ["com/github/bumptech/glide/gifdecoder/5.0.5/gifdecoder-5.0.5.aar"],
261261
sdk_version: "36",
262262
min_sdk_version: "30",
263263
apex_available: [
@@ -271,7 +271,7 @@ android_library_import {
271271

272272
android_library_import {
273273
name: "Glimpse_com.github.bumptech.glide_glide",
274-
aars: ["com/github/bumptech/glide/glide/4.15.1/glide-4.15.1.aar"],
274+
aars: ["com/github/bumptech/glide/glide/5.0.5/glide-5.0.5.aar"],
275275
sdk_version: "36",
276276
min_sdk_version: "30",
277277
apex_available: [
@@ -291,7 +291,7 @@ android_library_import {
291291

292292
android_library_import {
293293
name: "Glimpse_com.github.bumptech.glide_okhttp3-integration",
294-
aars: ["com/github/bumptech/glide/okhttp3-integration/4.14.2/okhttp3-integration-4.14.2.aar"],
294+
aars: ["com/github/bumptech/glide/okhttp3-integration/5.0.5/okhttp3-integration-5.0.5.aar"],
295295
sdk_version: "36",
296296
min_sdk_version: "30",
297297
apex_available: [
@@ -338,18 +338,33 @@ android_library_import {
338338
],
339339
}
340340

341-
java_import {
341+
java_library_static {
342342
name: "Glimpse_com.squareup.okhttp3_okhttp",
343-
jars: ["com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar"],
344343
sdk_version: "36",
345344
min_sdk_version: "30",
346345
apex_available: [
347346
"//apex_available:platform",
348347
"//apex_available:anyapex",
349348
],
350349
static_libs: [
350+
"Glimpse_com.squareup.okhttp3_okhttp-android",
351+
],
352+
}
353+
354+
android_library_import {
355+
name: "Glimpse_com.squareup.okhttp3_okhttp-android",
356+
aars: ["com/squareup/okhttp3/okhttp-android/5.3.2/okhttp-release.aar"],
357+
sdk_version: "36",
358+
min_sdk_version: "30",
359+
apex_available: [
360+
"//apex_available:platform",
361+
"//apex_available:anyapex",
362+
],
363+
static_libs: [
364+
"androidx.annotation_annotation",
365+
"androidx.startup_startup-runtime",
351366
"Glimpse_com.squareup.okio_okio",
352-
"kotlin-stdlib-jdk8",
367+
"kotlin-stdlib",
353368
],
354369
}
355370

@@ -368,7 +383,7 @@ java_library_static {
368383

369384
java_import {
370385
name: "Glimpse_com.squareup.okio_okio-jvm",
371-
jars: ["com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar"],
386+
jars: ["com/squareup/okio/okio-jvm/3.16.4/okio-jvm-3.16.4.jar"],
372387
sdk_version: "36",
373388
min_sdk_version: "30",
374389
apex_available: [
@@ -377,7 +392,6 @@ java_import {
377392
],
378393
static_libs: [
379394
"kotlin-stdlib",
380-
"kotlin-stdlib-jdk8",
381395
],
382396
}
383397

@@ -396,27 +410,26 @@ java_library_static {
396410

397411
android_library_import {
398412
name: "Glimpse_io.github.panpf.zoomimage_zoomimage-core-android",
399-
aars: ["io/github/panpf/zoomimage/zoomimage-core-android/1.0.2/zoomimage-core-release.aar"],
413+
aars: ["io/github/panpf/zoomimage/zoomimage-core-android/1.4.0/zoomimage-core-release.aar"],
400414
sdk_version: "36",
401415
min_sdk_version: "30",
402416
apex_available: [
403417
"//apex_available:platform",
404418
"//apex_available:anyapex",
405419
],
406420
static_libs: [
407-
"androidx.annotation_annotation",
408421
"androidx.exifinterface_exifinterface",
422+
"Glimpse_com.squareup.okio_okio",
409423
"androidx.lifecycle_lifecycle-common",
410424
"kotlin-stdlib",
411-
"kotlin-stdlib-jdk8",
412425
"kotlinx-coroutines-android",
413426
"kotlinx-coroutines-core",
414427
],
415428
}
416429

417430
android_library_import {
418431
name: "Glimpse_io.github.panpf.zoomimage_zoomimage-core-glide",
419-
aars: ["io/github/panpf/zoomimage/zoomimage-core-glide/1.0.2/zoomimage-core-glide-1.0.2.aar"],
432+
aars: ["io/github/panpf/zoomimage/zoomimage-core-glide/1.4.0/zoomimage-core-glide-1.4.0.aar"],
420433
sdk_version: "36",
421434
min_sdk_version: "30",
422435
apex_available: [
@@ -426,13 +439,13 @@ android_library_import {
426439
static_libs: [
427440
"Glimpse_com.github.bumptech.glide_glide",
428441
"Glimpse_io.github.panpf.zoomimage_zoomimage-core",
429-
"kotlin-stdlib-jdk8",
442+
"kotlin-stdlib",
430443
],
431444
}
432445

433446
android_library_import {
434447
name: "Glimpse_io.github.panpf.zoomimage_zoomimage-view",
435-
aars: ["io/github/panpf/zoomimage/zoomimage-view/1.0.2/zoomimage-view-1.0.2.aar"],
448+
aars: ["io/github/panpf/zoomimage/zoomimage-view/1.4.0/zoomimage-view-1.4.0.aar"],
436449
sdk_version: "36",
437450
min_sdk_version: "30",
438451
apex_available: [
@@ -441,16 +454,15 @@ android_library_import {
441454
],
442455
static_libs: [
443456
"androidx.appcompat_appcompat",
444-
"androidx.core_core-ktx",
445-
"androidx.lifecycle_lifecycle-runtime-ktx",
457+
"androidx.lifecycle_lifecycle-runtime",
446458
"Glimpse_io.github.panpf.zoomimage_zoomimage-core",
447-
"kotlin-stdlib-jdk8",
459+
"kotlin-stdlib",
448460
],
449461
}
450462

451463
android_library_import {
452464
name: "Glimpse_io.github.panpf.zoomimage_zoomimage-view-glide",
453-
aars: ["io/github/panpf/zoomimage/zoomimage-view-glide/1.0.2/zoomimage-view-glide-1.0.2.aar"],
465+
aars: ["io/github/panpf/zoomimage/zoomimage-view-glide/1.4.0/zoomimage-view-glide-1.4.0.aar"],
454466
sdk_version: "36",
455467
min_sdk_version: "30",
456468
apex_available: [
@@ -460,6 +472,6 @@ android_library_import {
460472
static_libs: [
461473
"Glimpse_io.github.panpf.zoomimage_zoomimage-core-glide",
462474
"Glimpse_io.github.panpf.zoomimage_zoomimage-view",
463-
"kotlin-stdlib-jdk8",
475+
"kotlin-stdlib",
464476
],
465477
}
Binary file not shown.
Binary file not shown.

app/libs/com/github/bumptech/glide/gifdecoder/4.15.1/gifdecoder-4.15.1.aar.license renamed to app/libs/com/github/bumptech/glide/annotations/5.0.5/annotations-5.0.5.jar.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SPDX-FileCopyrightText: Sam Judd
2+
SPDX-FileCopyrightText: Sam Judd
23

34
SPDX-License-Identifier: BSD-3-Clause AND Apache-2.0
Binary file not shown.
Binary file not shown.

app/libs/com/github/bumptech/glide/annotations/4.15.1/annotations-4.15.1.jar.license renamed to app/libs/com/github/bumptech/glide/disklrucache/5.0.5/disklrucache-5.0.5.aar.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SPDX-FileCopyrightText: Sam Judd
2+
SPDX-FileCopyrightText: Sam Judd
23

34
SPDX-License-Identifier: BSD-3-Clause AND Apache-2.0
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)