@kesha-antonov/react-native-background-downloader 3.2.4 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,6 @@ android {
24
24
  dependencies {
25
25
  //noinspection GradleDynamicVersion
26
26
  implementation 'com.facebook.react:react-native:+'
27
- implementation 'com.tencent:mmkv:1.3.4'
27
+ implementation 'com.tencent:mmkv:1.3.12'
28
28
  implementation 'com.google.code.gson:gson:2.11.0'
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kesha-antonov/react-native-background-downloader",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.",
5
5
  "keywords": [
6
6
  "react-native",
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
14
14
  s.requires_arc = true
15
15
 
16
16
  s.dependency 'React-Core'
17
- s.dependency 'MMKV', '1.3.4'
17
+ s.dependency 'MMKV', '~> 2.0.2'
18
18
  end