Skip to content

Commit

Permalink
feat: updating billing client from 5 to 6
Browse files Browse the repository at this point in the history
Google Billing client 5.2.1 to 6.2.1
  • Loading branch information
cb-palanim committed Jul 19, 2024
1 parent daeb174 commit 411b066
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.chargebee:chargebee-android:1.2.1'
implementation 'com.android.billingclient:billing-ktx:5.2.1'
implementation 'com.chargebee:chargebee-android:1.2.2'
implementation 'com.android.billingclient:billing-ktx:6.2.1'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ChargebeeReactNative_kotlinVersion=1.7.0
ChargebeeReactNative_kotlinVersion=1.9.0
ChargebeeReactNative_minSdkVersion=21
ChargebeeReactNative_targetSdkVersion=31
ChargebeeReactNative_compileSdkVersion=31
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chargebee/react-native-chargebee",
"version": "2.4.6",
"version": "2.4.7",
"description": "Package for Chargebee In-App Purchases",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 411b066

Please sign in to comment.