Commit 7dff223d by huangdarwin Committed by Oliver Woodman

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
parent 2138bfb3
Showing with 1 additions and 0 deletions
...@@ -38,6 +38,7 @@ project.ext { ...@@ -38,6 +38,7 @@ project.ext {
androidxAnnotationVersion = '1.2.0' androidxAnnotationVersion = '1.2.0'
androidxAppCompatVersion = '1.3.0' androidxAppCompatVersion = '1.3.0'
androidxCollectionVersion = '1.1.0' androidxCollectionVersion = '1.1.0'
androidxConstraintLayoutVersion = '2.0.4'
androidxCoreVersion = '1.3.2' androidxCoreVersion = '1.3.2'
androidxFuturesVersion = '1.1.0' androidxFuturesVersion = '1.1.0'
androidxMediaVersion = '1.4.1' androidxMediaVersion = '1.4.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment