From a951769eaa953b1fb328872ee2c7baf7e9bc42d5 Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Fri, 10 Sep 2021 16:42:16 +0100 Subject: [PATCH] Transformer Demo: Reduce visibility of demo-only include. PiperOrigin-RevId: 395936070 --- constants.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 005f125b98..4037f925ad 100644 --- a/constants.gradle +++ b/constants.gradle @@ -38,7 +38,6 @@ project.ext { androidxAnnotationVersion = '1.2.0' androidxAppCompatVersion = '1.3.0' androidxCollectionVersion = '1.1.0' - androidxConstraintLayoutVersion = '2.0.4' androidxCoreVersion = '1.3.2' androidxFuturesVersion = '1.1.0' androidxMediaVersion = '1.4.1'