Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
- Fixed - error getting video due to key that is not found
  • Loading branch information
sheeshcake committed Dec 30, 2023
1 parent 924e49c commit 94da0e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.5.0"
versionName "1.5.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
Binary file added builds/android/1.5.1-beta/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"axios": "^0.27.2",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "3.1.9-1",
"crypto-js": "4.1.1",
"deprecated-react-native-prop-types": "^2.3.0",
"himalaya": "^1.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion src/components/CreditsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const CreditsModal = ({ isOpen, onClose }) => {
color: colors.white,
marginBottom: 20
}}
>1.5.0 beta</Text>
>1.5.1 beta</Text>
<ScrollView>
<Text
style={{
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2665,10 +2665,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
shebang-command "^2.0.0"
which "^2.0.1"

crypto-js@3.1.9-1:
version "3.1.9-1"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.1.9-1.tgz#fda19e761fc077e01ffbfdc6e9fdfc59e8806cd8"
integrity sha512-W93aKztssqf29OvUlqfikzGyYbD1rpkXvGP9IQ1JchLY3bxaLXZSWYbwrtib2vk8DobrDzX7PIXcDWHp0B6Ymw==
crypto-js@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==

css-select@^5.1.0:
version "5.1.0"
Expand Down

0 comments on commit 94da0e2

Please sign in to comment.