diff --git a/android/build.gradle b/android/build.gradle index ecb6e44..82b8e88 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,8 +84,9 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.chargebee:chargebee-android:1.1.0' - implementation 'com.android.billingclient:billing-ktx:5.1.0' + implementation 'com.chargebee:chargebee-android:1.2.0' + implementation 'com.android.billingclient:billing-ktx:5.2.1' + implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")) } if (isNewArchitectureEnabled()) { diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f6fe0fd..777d436 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - boost (1.76.0) - Chargebee (1.0.28) - - ChargebeeReactNative (2.4.1): + - ChargebeeReactNative (2.4.3): - Chargebee (= 1.0.28) - React-Core - CocoaAsyncSocket (7.6.5) @@ -573,7 +573,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 Chargebee: eec8b44710e64d4f39849230999c105bd49a210c - ChargebeeReactNative: 35caa1850e54d8a95b9a79f774d9ca3e277bf390 + ChargebeeReactNative: 3944a8c6735d0222e72f0cae41e354fb5a65511a CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: 61839cba7a48c570b7ac3e1cd8a4d0948382202f @@ -630,4 +630,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 99e71378aa6bb48fa324887bcbaf774a53919ab6 -COCOAPODS: 1.12.1 +COCOAPODS: 1.11.3 diff --git a/example/package.json b/example/package.json index d1b97ee..e2146fd 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "bundle-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res" }, "dependencies": { - "@chargebee/react-native-chargebee": "^2.2.0", + "@chargebee/react-native-chargebee": "^2.4.3", "@eva-design/eva": "^2.1.1", "@react-native-async-storage/async-storage": "^1.19.0", "@react-navigation/native": "^6.1.4", diff --git a/example/yarn.lock b/example/yarn.lock index 2ae086f..07ec82a 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1036,10 +1036,10 @@ "@babel/helper-validator-identifier" "^7.19.1" to-fast-properties "^2.0.0" -"@chargebee/react-native-chargebee@^2.2.0": - version "2.2.0" - resolved "https://registry.npmjs.org/@chargebee/react-native-chargebee/-/react-native-chargebee-2.2.0.tgz#0cdbb2d40c02dd1a4789d3c5e3e5c6168b63b2d3" - integrity sha512-R2vEytHiffOZR1tUOkKBDefCb7RyyjnLLrk4Z9zV0R6HZOOQhX1HU4bhsh4xjfwME0lThk6czUC80t1qM0/9TA== +"@chargebee/react-native-chargebee@^2.4.3": + version "2.4.3" + resolved "https://registry.npmjs.org/@chargebee/react-native-chargebee/-/react-native-chargebee-2.4.3.tgz#4dd2e16971aff87e3593ecc59f8347617eb8c112" + integrity sha512-hhyzfyn1wwnYUgiCw9qDaHWB5b7dZjkIYrjIARiclazBrJVe4wxsBfGOeLFDcwZthdUv8o60DVcJKzGbkh4k5A== "@egjs/hammerjs@^2.0.17": version "2.0.17"