mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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
This commit is contained in:
parent
7b663eea2f
commit
c1a7d0f3aa
1 changed files with 2 additions and 0 deletions
2
lint.xml
2
lint.xml
|
|
@ -25,5 +25,7 @@
|
|||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
<ignore path='demos/transformer/'
|
||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
<ignore path='testapps/'
|
||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
</issue>
|
||||
</lint>
|
||||
|
|
|
|||
Loading…
Reference in a new issue