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.
package/android/build.gradle
CHANGED
|
@@ -140,11 +140,11 @@ android {
|
|
|
140
140
|
pickFirst '**/libreactnativejni.so'
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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 != "
|
|
256
|
+
if(nameCleansed != "react-native-hyperswitch-dev-sdk") {
|
|
257
257
|
if (dependencyConfiguration != null) {
|
|
258
258
|
add("${dependencyConfiguration}", project.project(":${nameCleansed}"))
|
|
259
259
|
} else {
|