Skip to content

Commit

Permalink
feat(android): bump media3 version from v1.1.1 to v1.2.0 (#3362)
Browse files Browse the repository at this point in the history
* feat(android): bump media3 version from v1.1.1 to v1.2.0

* chore: add lint file for ignore UnstableApi lint error
  • Loading branch information
YangJonghun authored Nov 20, 2023
1 parent 725ddb3 commit 17dbf6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions android/lint.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 17dbf6e

Please sign in to comment.