cordova-plugin-prizor-sdk 4.8.1 → 4.8.2
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/package.json +1 -1
- package/plugin.xml +2 -2
- package/src/android/build-extras.gradle +2 -2
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
|
|
3
|
-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-prizor-sdk" version="4.8.
|
|
3
|
+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-prizor-sdk" version="4.8.2">
|
|
4
4
|
<name>Prizor SDK Cordova Plugin</name>
|
|
5
5
|
<description>iOS and Android native integration for Prizor SDK</description>
|
|
6
6
|
<license>MIT</license>
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
<source url="https://cdn.cocoapods.org/"/>
|
|
88
88
|
</config>
|
|
89
89
|
<pods use-frameworks="true">
|
|
90
|
-
<pod name="PrizorSDK" spec="4.8.
|
|
90
|
+
<pod name="PrizorSDK" spec="4.8.2" />
|
|
91
91
|
</pods>
|
|
92
92
|
</podspec>
|
|
93
93
|
|
|
@@ -12,8 +12,8 @@ repositories {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
dependencies {
|
|
15
|
-
releaseImplementation 'com.prizor:sdk:4.8.
|
|
16
|
-
debugImplementation 'com.prizor:sdk:4.8.
|
|
15
|
+
releaseImplementation 'com.prizor:sdk:4.8.2'
|
|
16
|
+
debugImplementation 'com.prizor:sdk:4.8.2'
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
configurations.all {
|