react-native-hyperswitch-dev-sdk 0.4.2 → 0.4.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.
@@ -140,11 +140,11 @@ android {
140
140
  pickFirst '**/libreactnativejni.so'
141
141
  }
142
142
  }
143
- //rootProject.allprojects { eachProject ->
144
- // eachProject.repositories.maven {
145
- // url "https://maven.juspay.in/hyper-sdk/"
146
- // }
147
- //}
143
+ rootProject.allprojects { eachProject ->
144
+ eachProject.repositories.maven {
145
+ url "https://maven.juspay.in/hyper-sdk/"
146
+ }
147
+ }
148
148
 
149
149
  apply from: "./hyperswitch_autolinking.gradle"
150
150
  applyHyperswitchAutolinking(project)
@@ -253,7 +253,7 @@ class HyperswitchAutolinking {
253
253
  }
254
254
  }
255
255
  } else {
256
- if(nameCleansed != "juspay-tech_react-native-hyperswitch") {
256
+ if(nameCleansed != "react-native-hyperswitch-dev-sdk") {
257
257
  if (dependencyConfiguration != null) {
258
258
  add("${dependencyConfiguration}", project.project(":${nameCleansed}"))
259
259
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperswitch-dev-sdk",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Hyperswitch SDK for React Native",
5
5
  "main": "lib/commonjs/index.bundle.js",
6
6
  "module": "lib/module/index.bundle.js",