feat(android): bump media3 version from v1.1.1 to v1.2.0 (#3362)
* feat(android): bump media3 version from v1.1.1 to v1.2.0 * chore: add lint file for ignore UnstableApi lint error
This commit is contained in:
parent
725ddb3110
commit
17dbf6e826
@ -4,5 +4,5 @@ RNVideo_targetSdkVersion=31
|
||||
RNVideo_compileSdkVersion=31
|
||||
RNVideo_ndkversion=21.4.7075529
|
||||
RNVideo_buildToolsVersion=30.0.2
|
||||
RNVideo_media3Version=1.1.1
|
||||
RNVideo_media3Version=1.2.0
|
||||
RNVideo_RNVUseExoplayerIMA=false
|
6
android/lint.xml
Normal file
6
android/lint.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<lint>
|
||||
<issue id="UnsafeOptInUsageError">
|
||||
<ignore regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
</issue>
|
||||
</lint>
|
Loading…
Reference in New Issue
Block a user