From b2f4a16f1d52423dfcef649a2749e5eb08539c26 Mon Sep 17 00:00:00 2001 From: Ivan Chiang Date: Thu, 2 Sep 2021 17:19:34 +0800 Subject: [PATCH] Add dependency for version 4.12.0 of glide glide 4.12.0 needs androidx.exifinterface_exifinterface. Apex-Size-Increase: 46850 bytes Previous-Platform-Support: Yes Aosp-First: Yes Ignore-AOSP-First: Glide dependency was merged on ag/15715926. It need this dependency. The updating dependency in AOSP would be done by a separate change. Test-Info: We will be adding integration and manual tests for the image loading experience. m -j and manual test. Test: m. manual Bug: 198565743 Change-Id: I14455d0ca153139842224cf489965173d0d6491a Merged-In: I14455d0ca153139842224cf489965173d0d6491a (cherry picked from commit 62ac8d0142f26c6cdfea120cb5762c8babd4efdf) --- build/allowed_deps.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 0198339..254ad1e 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -104,6 +104,7 @@ androidx.drawerlayout_drawerlayout(minSdkVersion:14) androidx.dynamicanimation_dynamicanimation(minSdkVersion:14) androidx.emoji2_emoji(minSdkVersion:14) androidx.emoji2_emoji2-views-helpe(minSdkVersion:14) +androidx.exifinterface_exifinterface(minSdkVersion:14) androidx.fragment_fragment(minSdkVersion:14) androidx.fragment_fragment-ktx(minSdkVersion:14) androidx.interpolator_interpolator(minSdkVersion:14) @@ -687,6 +688,7 @@ prebuilt_androidx.drawerlayout_drawerlayout-nodeps(minSdkVersion:14) prebuilt_androidx.dynamicanimation_dynamicanimation-nodeps(minSdkVersion:14) prebuilt_androidx.emoji2_emoji-nodeps(minSdkVersion:14) prebuilt_androidx.emoji2_emoji2-views-helpe-nodeps(minSdkVersion:14) +prebuilt_androidx.exifinterface_exifinterface-nodeps(minSdkVersion:14) prebuilt_androidx.fragment_fragment-ktx-nodeps(minSdkVersion:(no version)) prebuilt_androidx.fragment_fragment-ktx-nodeps(minSdkVersion:14) prebuilt_androidx.fragment_fragment-nodeps(minSdkVersion:(no version))