From c1a7d0f3aa31a8eded2c9702f38c47cb22ac614e Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 16 Aug 2023 09:46:29 +0100 Subject: [PATCH] Exclude controller test app from `@UnstableApi` lint This app is designed to exercise various session/controller interactions rather than be a demo/template app to show how to implement a 'normal' app. PiperOrigin-RevId: 557399828 --- lint.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lint.xml b/lint.xml index 8743c5d2a0..96c8015093 100644 --- a/lint.xml +++ b/lint.xml @@ -25,5 +25,7 @@ regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' /> +