card-react-native 1.0.3-2 → 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.
@@ -109,8 +109,11 @@ dependencies {
109
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-2",
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",