Skip to content

Commit eff311e

Browse files
making changes as per PR
1 parent b26c64b commit eff311e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

smart_investing_react_native/android/build.gradle

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,9 @@ allprojects {
3232
maven { url "https://maven.google.com" }
3333

3434
// 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-
maven {
45-
url "${artifactory_contextUrl}/SCGateway-internal"
46-
credentials {
47-
username "${artifactory_user}"
48-
password "${artifactory_password}"
49-
}
50-
}
35+
maven { url "${artifactory_contextUrl}/SCGateway" }
5136

5237
// checkout juspay
5338
maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" }
5439
}
55-
}
40+
}

0 commit comments

Comments
 (0)