Skip to content

Commit

Permalink
Merge pull request #74 from qonversion/release/5.5.0
Browse files Browse the repository at this point in the history
Release 5.5.0
  • Loading branch information
suriksarkisyan committed Jun 5, 2024
2 parents a676993 + 08ce6e0 commit 252a998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qonversion",
"version": "5.4.0",
"version": "5.5.0",
"description": "Qonversion Cordova Plugin",
"cordova": {
"id": "cordova-plugin-qonversion",
Expand Down
4 changes: 2 additions & 2 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<param name="android-package" value="com.qonversion.android.sdk.QonversionPlugin"/>
</feature>
</config-file>
<framework src="io.qonversion.sandwich:sandwich:4.4.1" />
<framework src="io.qonversion.sandwich:sandwich:4.5.0" />
<source-file src="src/android/QonversionPlugin.java" target-dir="src/com/qonversion/android/sdk" />
<source-file src="src/android/EntitiesConverter.java" target-dir="src/com/qonversion/android/sdk" />
<source-file src="src/android/Utils.java" target-dir="src/com/qonversion/android/sdk" />
Expand All @@ -72,7 +72,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="QonversionSandwich" spec="4.4.1" />
<pod name="QonversionSandwich" spec="4.5.0" />
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/plugin/QonversionInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {UserProperties} from './UserProperties';
import {PurchaseModel} from './PurchaseModel';
import {PurchaseUpdateModel} from './PurchaseUpdateModel';

const sdkVersion = "5.4.0";
const sdkVersion = "5.5.0";

export default class QonversionInternal implements QonversionApi {

Expand Down

0 comments on commit 252a998

Please sign in to comment.