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
This commit is contained in:
huangdarwin 2021-09-10 01:58:16 +01:00 committed by Oliver Woodman
parent 2138bfb396
commit 7dff223d80

View File

@ -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'