Skip to content

Commit

Permalink
Merge pull request #181 from chargebee/bl6-upgrade
Browse files Browse the repository at this point in the history
feat: updating billing client from 5 to 6
  • Loading branch information
cb-haripriyan authored Jul 19, 2024
2 parents daeb174 + 19d6f4c commit 66e64b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 66e64b9

Please sign in to comment.