Commit c698e6df by ibaker Committed by Ian Baker

Enable unstable API errors in the dev guide samples and main demo app

PiperOrigin-RevId: 446400371
parent 931bc70d
Showing with 14 additions and 4 deletions
...@@ -14,8 +14,18 @@ ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment