aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTrevor Radcliffe <tradical@google.com>2022-03-15 20:13:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-15 20:13:14 +0000
commit785f8676850028da567884315e45bea18244ec27 (patch)
tree8cb955ad80813c1187123cb3ed84c305d9a2c0aa /Android.bp
parent6c0bbac880cf187b619b163544b3d0a54e5d4050 (diff)
parent0aa3436fcda1938c3f52d49e3c90ad00649b69da (diff)
downloadglide-785f8676850028da567884315e45bea18244ec27.tar.gz
Update glide dependencies to androidx am: 7d5ffbf62c am: 0aa3436fcd
Original change: https://android-review.googlesource.com/c/platform/external/glide/+/2016298 Change-Id: Id169b110d6118be4368bfa484f3f9c6fa6bc64dc
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index cba79055..82188810 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,12 +40,12 @@ android_library {
],
manifest: "library/src/main/AndroidManifest.xml",
libs: [
- "android-support-core-ui",
- "android-support-compat",
+ "androidx.core_core",
+ "androidx.legacy_legacy-support-core-ui",
"volley",
],
static_libs: [
- "android-support-fragment",
+ "androidx.fragment_fragment",
],
sdk_version: "current",
}