react-native-prizor-sdk-module 4.5.2 → 4.5.4

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.
package/README.md CHANGED
@@ -18,9 +18,9 @@ Open `ios/Podfile` and fill the requirements above:
18
18
  ```Podfile
19
19
  use_frameworks!
20
20
  ```
21
- - Set minimum deployment target to `12.0`
21
+ - Set minimum deployment target to `13.0`
22
22
  ```Podfile
23
- platform :ios, '12.0'
23
+ platform :ios, '13.0'
24
24
  ```
25
25
  - Add private repository `source`
26
26
  ```Podfile
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed Aug 21 21:12:24 BRT 2024
2
+ gradle.version=8.9
File without changes
@@ -35,7 +35,7 @@ android {
35
35
  compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
36
36
  buildToolsVersion getExtOrDefault('buildToolsVersion')
37
37
  defaultConfig {
38
- minSdkVersion 21
38
+ minSdkVersion 24
39
39
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
40
40
  versionCode 1
41
41
  versionName "1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-prizor-sdk-module",
3
- "version": "4.5.2",
3
+ "version": "4.5.4",
4
4
  "description": "iOS and Android native integration for Prizor SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",