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 +2 -2
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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 `
|
|
21
|
+
- Set minimum deployment target to `13.0`
|
|
22
22
|
```Podfile
|
|
23
|
-
platform :ios, '
|
|
23
|
+
platform :ios, '13.0'
|
|
24
24
|
```
|
|
25
25
|
- Add private repository `source`
|
|
26
26
|
```Podfile
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/android/build.gradle
CHANGED
|
@@ -35,7 +35,7 @@ android {
|
|
|
35
35
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
36
36
|
buildToolsVersion getExtOrDefault('buildToolsVersion')
|
|
37
37
|
defaultConfig {
|
|
38
|
-
minSdkVersion
|
|
38
|
+
minSdkVersion 24
|
|
39
39
|
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
|
|
40
40
|
versionCode 1
|
|
41
41
|
versionName "1.0"
|