mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Enable unstable API errors in the dev guide samples and main demo app
PiperOrigin-RevId: 446400371
This commit is contained in:
parent
931bc70d5f
commit
c698e6dfbc
1 changed files with 14 additions and 4 deletions
18
lint.xml
18
lint.xml
|
|
@ -14,8 +14,18 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="UnsafeOptInUsageError">
|
<issue id="UnsafeOptInUsageError">
|
||||||
<ignore
|
<ignore path='libraries/'
|
||||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
</issue>
|
<ignore path='demos/cast/'
|
||||||
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
|
<ignore path='demos/gl/'
|
||||||
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
|
<ignore path='demos/session/'
|
||||||
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
|
<ignore path='demos/surface/'
|
||||||
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
|
<ignore path='demos/transformer/'
|
||||||
|
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||||
|
</issue>
|
||||||
</lint>
|
</lint>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue