Skip to content

Commit

Permalink
Merge pull request #68 from qonversion/release/3.0.0
Browse files Browse the repository at this point in the history
Release/3.0.0
  • Loading branch information
suriksarkisyan authored Jul 13, 2021
2 parents 0606b9c + 09e9b71 commit 82ebc1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "io.qonversion.android.sdk:sdk:2.9.1"
implementation "io.qonversion.android.sdk:sdk:3.0.0"
}

def configureReactNativePom(def pom) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-qonversion",
"title": "React Native Qonversion",
"version": "2.6.1",
"version": "3.0.0",
"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.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/classes/Qonversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { RNQonversion } = NativeModules;
const keyPrefix = "com.qonversion.keys";
const sourceKey = keyPrefix + ".source";
const versionKey = keyPrefix + ".sourceVersion";
const sdkVersion = "2.6.1";
const sdkVersion = "3.0.0";

export default class Qonversion {
static async launchWithKey(
Expand Down

0 comments on commit 82ebc1a

Please sign in to comment.