Skip to content

Commit

Permalink
chore: updates android native dependencies (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-haripriyan authored Nov 10, 2023
1 parent 13b486d commit 0d85371
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -573,7 +573,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
Chargebee: eec8b44710e64d4f39849230999c105bd49a210c
ChargebeeReactNative: 35caa1850e54d8a95b9a79f774d9ca3e277bf390
ChargebeeReactNative: 3944a8c6735d0222e72f0cae41e354fb5a65511a
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 61839cba7a48c570b7ac3e1cd8a4d0948382202f
Expand Down Expand Up @@ -630,4 +630,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 99e71378aa6bb48fa324887bcbaf774a53919ab6

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d85371

Please sign in to comment.