Skip to content

Commit 9a4cf5f

Browse files
authored
Merge pull request #387 from qonversion/release/10.0.0
2 parents 32327d7 + 79e8273 commit 9a4cf5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:6.0.10"
83+
implementation "io.qonversion:sandwich:6.0.11"
8484
}
8585

8686
if (isNewArchitectureEnabled()) {

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-RC1",
4+
"version": "10.0.0-RC2",
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",

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-RC1";
26+
export const sdkVersion = "10.0.0-RC2";
2727
export const sdkSource = "rn";
2828

2929
export default class QonversionInternal implements QonversionApi {

0 commit comments

Comments
 (0)