Skip to content

Commit

Permalink
fix: sound of compressed video
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Jan 12, 2022
1 parent 55035b6 commit 801dd7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@
#### For React Native<0.65

```sh
yarn add react-native-compressor@0.5.14
yarn add react-native-compressor@0.5.15
```

#### For React Native 0.65 or greater
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -57,6 +57,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'io.github.lizhangqu:coreprogress:1.0.2'
implementation 'com.github.nomi9995:VideoCompressor:43ec740572'
implementation 'com.github.nomi9995:VideoCompressor:90adcba85a'
// implementation project(path: ':videocompressor')
}
4 changes: 2 additions & 2 deletions example/android/settings.gradle
Expand Up @@ -5,5 +5,5 @@ include ':app'
include ':reactnativecompressor'
project(':reactnativecompressor').projectDir = new File(rootProject.projectDir, '../../android')

// include ':videoslimmer'
// project(':videoslimmer').projectDir = new File(rootProject.projectDir,'../../../packages/VideoSlimmer/videoslimmer')
// include ':videocompressor'
// project(':videocompressor').projectDir = new File(rootProject.projectDir,'../../../packages/VideoCompressor/videocompressor')
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-compressor",
"version": "1.3.2",
"version": "1.3.3",
"description": "This library compress image, video and audio",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 801dd7a

Please sign in to comment.