The demo app built from AOSP is installable to T devices

Bug: N/A
Test: install the demo app
Change-Id: I292309211920c96b7939dc3100aeaa8819ea0dab
diff --git a/demo/Android.bp b/demo/Android.bp
index 1342a26..8613166 100644
--- a/demo/Android.bp
+++ b/demo/Android.bp
@@ -19,4 +19,5 @@
     platform_apis: true,
     use_embedded_native_libs: true,
     v4_signature: true,
+    min_sdk_version: "33",
 }