Skip to content

Commit 0842d62

Browse files
authored
Fix/ads black frame (#416)
* Try to fix the black frame issue on individual devices * Bump doris-android to 3.13.11
1 parent d1d38a6 commit 0842d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-video",
3-
"version": "7.7.14",
4-
"dorisAndroidVersion": "3.13.10",
3+
"version": "7.7.15",
4+
"dorisAndroidVersion": "3.13.11",
55
"description": "A <Video /> element for react-native",
66
"main": "Video.tsx",
77
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"eslint-plugin-react": "3.16.1"
2121
},
2222
"dependencies": {
23-
"@dicetechnology/react-native-dice-video": "git+ssh://[email protected]/DiceTechnology/react-native-dice-video.git#6.80.19",
23+
"@dicetechnology/react-native-dice-video": "git+ssh://[email protected]/DiceTechnology/react-native-dice-video.git#6.80.21",
2424
"@dicetechnology/dice-unity": "^2.26.3",
2525
"keymirror": "0.1.1",
2626
"prop-types": "^15.5.10"

0 commit comments

Comments
 (0)