Skip to content

Commit 6fa480d

Browse files
committed
Release 7.5.1 with Sandwich update to 4.5.1
1 parent 63764aa commit 6fa480d

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.5.0"
68+
implementation "io.qonversion.sandwich:sandwich:4.5.1"
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.5.0",
4+
"version": "7.5.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.5.0"
25+
s.dependency "QonversionSandwich", "4.5.1"
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.5.0";
22+
const sdkVersion = "7.5.1";
2323

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

0 commit comments

Comments
 (0)