From 42a40ed4aed03cf136c66410a4003c2735d5149e Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Fri, 23 Sep 2022 13:19:34 -0700 Subject: [PATCH] Allow Glide's compose integration to be published. --- integration/compose/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/compose/build.gradle b/integration/compose/build.gradle index 8cceed2eb8..a6a92f2397 100644 --- a/integration/compose/build.gradle +++ b/integration/compose/build.gradle @@ -61,3 +61,5 @@ dependencies { androidTestImplementation "androidx.test.espresso.idling:idling-concurrent:$ANDROID_X_TEST_ESPRESSO_VERSION" androidTestImplementation "androidx.test.ext:junit:$ANDROID_X_TEST_JUNIT_VERSION" } + +apply from: "${rootProject.projectDir}/scripts/upload.gradle"