Skip to content

Commit 3c8ec06

Browse files
authored
Merge pull request #397 from qonversion/release/10.0.1
2 parents 4171390 + 01a2720 commit 3c8ec06

File tree

6 files changed

+17
-18
lines changed

6 files changed

+17
-18
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
8080
dependencies {
8181
implementation "com.facebook.react:react-android"
8282
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
83-
implementation "io.qonversion:sandwich:7.1.0"
83+
implementation "io.qonversion:sandwich:7.2.0"
8484
}
8585

8686
if (isNewArchitectureEnabled()) {

example/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ PODS:
88
- hermes-engine (0.80.1):
99
- hermes-engine/Pre-built (= 0.80.1)
1010
- hermes-engine/Pre-built (0.80.1)
11-
- Qonversion (6.0.0):
12-
- Qonversion/Main (= 6.0.0)
13-
- qonversion-react-native-sdk (10.0.0):
11+
- Qonversion (6.1.0):
12+
- Qonversion/Main (= 6.1.0)
13+
- qonversion-react-native-sdk (10.0.1):
1414
- boost
1515
- DoubleConversion
1616
- fast_float
1717
- fmt
1818
- glog
1919
- hermes-engine
20-
- QonversionSandwich (= 7.0.0)
20+
- QonversionSandwich (= 7.2.0)
2121
- RCT-Folly
2222
- RCT-Folly/Fabric
2323
- RCTRequired
@@ -40,9 +40,9 @@ PODS:
4040
- ReactCommon/turbomodule/core
4141
- SocketRocket
4242
- Yoga
43-
- Qonversion/Main (6.0.0)
44-
- QonversionSandwich (7.0.0):
45-
- Qonversion (= 6.0.0)
43+
- Qonversion/Main (6.1.0)
44+
- QonversionSandwich (7.2.0):
45+
- Qonversion (= 6.1.0)
4646
- RCT-Folly (2024.11.18.00):
4747
- boost
4848
- DoubleConversion
@@ -2437,10 +2437,10 @@ SPEC CHECKSUMS:
24372437
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
24382438
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
24392439
hermes-engine: 4f07404533b808de66cf48ac4200463068d0e95a
2440-
Qonversion: 694b88c4bfc06d827c189908e73ea955a1ddde6c
2441-
qonversion-react-native-sdk: 262513c36e2c4ebd3718ff31af1c2cde4e52eb81
2442-
QonversionSandwich: 1795bd19b40c129e76e976d2e5b88d7a7c9174ef
2443-
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
2440+
Qonversion: 0b64e731cb59f94ab03c132cea2b70552b4dcc2b
2441+
qonversion-react-native-sdk: fce9e2a5d3d61425f8f2d547043c65e5f6edab79
2442+
QonversionSandwich: 6aee2b128590545439041bb793a77eaf1d4b325e
2443+
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
24442444
RCTDeprecation: efa5010912100e944a7ac9a93a157e1def1988fe
24452445
RCTRequired: bbc4cf999ddc4a4b076e076c74dd1d39d0254630
24462446
RCTTypeSafety: d877728097547d0a37786cc9130c43ad71739ac3
@@ -2507,8 +2507,8 @@ SPEC CHECKSUMS:
25072507
RNCClipboard: b228d492733d66e0126e18ce66c6d2f90bacc7e5
25082508
RNSnackbar: c1b235eb606b03938c693ce769ed3059c31dff9b
25092509
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2510-
Yoga: daa1e4de4b971b977b23bc842aaa3e135324f1f3
2510+
Yoga: 703055a9f39562521cdb8657162dfd80f8c174c3
25112511

25122512
PODFILE CHECKSUM: 05782888d88e3a4a4bbc945c42df54704269e6ea
25132513

2514-
COCOAPODS: 1.16.2
2514+
COCOAPODS: 1.15.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qonversion/react-native-sdk",
33
"title": "React Native Qonversion",
4-
"version": "10.0.0",
4+
"version": "10.0.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": "./lib/module/index.js",
77
"types": "./lib/typescript/src/index.d.ts",

qonversion-react-native-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
1717
s.private_header_files = "ios/**/*.h"
1818

19-
s.dependency "QonversionSandwich", "7.1.0"
19+
s.dependency "QonversionSandwich", "7.2.0"
2020
install_modules_dependencies(s)
2121
end

src/QonversionApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export interface QonversionApi {
2424

2525
/**
2626
* iOS only
27-
* Contact us before you start using this function
2827
* Call this function to sync purchases if you are using StoreKit2 and our SDK in Analytics mode.
2928
*/
3029
syncStoreKit2Purchases(): void;

src/internal/QonversionInternal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PromotionalOffer from '../dto/PromotionalOffer';
2323
import RNQonversion from './specs/NativeQonversionModule';
2424
import type { QPromoOfferDetails } from './specs/NativeQonversionModule';
2525

26-
export const sdkVersion = "10.0.0-RC2";
26+
export const sdkVersion = "10.0.1";
2727
export const sdkSource = "rn";
2828

2929
export default class QonversionInternal implements QonversionApi {

0 commit comments

Comments
 (0)