From 7dff223d807d4c52de4b3a41d0cb4083e4b32375 Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Fri, 10 Sep 2021 01:58:16 +0100 Subject: [PATCH] Transformer Demo: Add config page to remove audio/video. The new ConfigurationActivity can be used to configure settings specifying Transformer inputs, using checkboxes and submitted via a button. PiperOrigin-RevId: 395826358 --- constants.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.gradle b/constants.gradle index 4037f925ad..005f125b98 100644 --- a/constants.gradle +++ b/constants.gradle @@ -38,6 +38,7 @@ 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'