We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26c64b commit eff311eCopy full SHA for eff311e
smart_investing_react_native/android/build.gradle
@@ -32,24 +32,9 @@ allprojects {
32
maven { url "https://maven.google.com" }
33
34
// smallcase gateway PROD SDKs
35
- maven {
36
- url "${artifactory_contextUrl}/SCGateway"
37
- credentials {
38
- username "${artifactory_user}"
39
- password "${artifactory_password}"
40
- }
41
42
-
43
- // smallcase gateway INTERNAL SDKs
44
45
- url "${artifactory_contextUrl}/SCGateway-internal"
46
47
48
49
50
+ maven { url "${artifactory_contextUrl}/SCGateway" }
51
52
// checkout juspay
53
maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" }
54
}
55
-}
+}
0 commit comments