Skip to content

Commit 30366a8

Browse files
Merge pull request #295 from qonversion/release/7.3.1
Release 7.3.1
2 parents 3c8b650 + ae8a86f commit 30366a8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repositories {
6565
dependencies {
6666
//noinspection GradleDynamicVersion
6767
implementation 'com.facebook.react:react-native:+' // From node_modules
68-
implementation "io.qonversion.sandwich:sandwich:4.3.1"
68+
implementation "io.qonversion.sandwich:sandwich:4.3.2"
6969
}
7070

7171
afterEvaluate { project ->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-qonversion",
33
"title": "React Native Qonversion",
4-
"version": "7.3.0",
4+
"version": "7.3.1",
55
"description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",

react-native-qonversion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.requires_arc = true
2323

2424
s.dependency "React"
25-
s.dependency "QonversionSandwich", "4.3.1"
25+
s.dependency "QonversionSandwich", "4.3.2"
2626
end

src/internal/QonversionInternal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {RemoteConfigList} from '../index';
1919

2020
const {RNQonversion} = NativeModules;
2121

22-
const sdkVersion = "7.3.0";
22+
const sdkVersion = "7.3.1";
2323

2424
const EVENT_ENTITLEMENTS_UPDATED = "entitlements_updated";
2525
const EVENT_PROMO_PURCHASE_RECEIVED = "promo_purchase_received";

0 commit comments

Comments
 (0)