Skip to content

Commit

Permalink
chore: updates native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-haripriyan committed May 4, 2023
1 parent 804c9a5 commit ff45fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChargebeeReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "Chargebee", '1.0.18'
s.dependency "Chargebee", '1.0.21'

s.dependency "React-Core"
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.chargebee:chargebee-android:1.0.16'
implementation 'com.chargebee:chargebee-android:1.0.17'
implementation 'com.android.billingclient:billing-ktx:5.1.0'
}

Expand Down

0 comments on commit ff45fd7

Please sign in to comment.