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
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…
x
Reference in New Issue
Block a user