diff --git a/README.md b/README.md index 919750d..81dcae3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 2c48c44..ad0aaf2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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') } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index a163b3c..db36316 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -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') diff --git a/package.json b/package.json index f78ecef..ce5523e 100644 --- a/package.json +++ b/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",