File tree 2 files changed +2
-6
lines changed
common/src/main/java/androidx/media3/common/util
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 95
95
* <?xml version="1.0" encoding="utf-8"?>
96
96
* <lint>
97
97
* <issue id="UnsafeOptInUsageError">
98
- * <ignore
99
- * regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
98
+ * <option name="opt-in" value="androidx.media3.common.util.UnstableApi" />
100
99
* </issue>
101
100
* </lint>
102
101
* }</pre>
Original file line number Diff line number Diff line change 15
15
-->
16
16
<lint >
17
17
<issue id =" UnsafeOptInUsageError" >
18
- <ignore path =' libraries/'
19
- regexp =' \(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
20
- <ignore path =' testapps/'
21
- regexp =' \(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
18
+ <option name =" opt-in" value =" androidx.media3.common.util.UnstableApi" />
22
19
</issue >
23
20
</lint >
You can’t perform that action at this time.
0 commit comments