card-react-native 1.0.3-1 → 1.0.3-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,11 +106,14 @@ dependencies {
106
106
  //noinspection GradleDynamicVersion
107
107
  implementation "com.facebook.react:react-native:+"
108
108
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
109
- implementation('com.github.Tap-Payments:Card-Android:1.0.13.1') {
109
+ implementation('com.github.Tap-Payments:Card-Android:1.0.7.8') {
110
110
  exclude group: 'com.google.firebase', module: 'firebase-iid'
111
111
  }
112
- implementation 'com.google.firebase:firebase-core:+'
113
- implementation 'com.google.firebase:firebase-common:+'
112
+ // version taken from main FB package in app
113
+ // node_modules/@react-native-firebase/app/android/build.gradle
114
+ // node_modules/@react-native-firebase/app/package.json
115
+ implementation platform("com.google.firebase:firebase-bom:32.7.1")
116
+ implementation 'com.google.firebase:firebase-common'
114
117
  }
115
118
 
116
119
  if (isNewArchitectureEnabled()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "card-react-native",
3
- "version": "1.0.3-1",
3
+ "version": "1.0.3-3",
4
4
  "description": "Tap Card SDK Wrapper",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -70,7 +70,7 @@
70
70
  "pod-install": "^0.1.0",
71
71
  "prettier": "^2.0.5",
72
72
  "react": "18.2.0",
73
- "react-native": "0.72.4",
73
+ "react-native": "0.72.17",
74
74
  "react-native-builder-bob": "^0.20.0",
75
75
  "release-it": "^15.0.0",
76
76
  "turbo": "^1.10.7",