Files
super-app/settings.gradle
Prakhar Saxena a67f0606bd [PS] Digio kyc and esign sdk upgrade (#4906)
* [PS] update digio gateway, kyc, esign sdks

* [PS] added digio dependencies

* [PS] updated amc digio flow

* [PS] updated pl digio flow

* [PS] updated hl digio flow

* [PS] fixed webview multi process check

* [PS] fixed cast error for enach provider

* [PS] added 3rd party error analytics

* [PS] added 3rd party error analytics
2023-01-20 12:47:00 +05:30

32 lines
852 B
Groovy

include ':app', ':digio-gateway-4.0.1', ':digio-kyc-workflow-4.0.1', ':digio-esign-4.0.0', ':pulse'
include ':neoeyed-sdk-release-3.4.0'
include ':finoramic-androidx-sdk'
rootProject.name='android-customer-app'
include ':navi-amc'
include ':navi-analytics'
include ':navi-common'
include ':navi-insurance'
include ':one-money-sdk'
include ':navi-widgets'
include ':navi-design'
include ':navi-chat'
include ':navi-vkyc'
boolean isCiServer = System.getenv().getOrDefault("CI", "false") == "true"
buildCache {
local {
enabled = true
directory = new File(rootDir, 'build-cache')
removeUnusedEntriesAfterDays = 15
}
remote(HttpBuildCache) {
enabled = true
push = isCiServer
url = "https://gradle-cache.cmd.navi-tech.in/cache/"
}
}
include ':navi-base'
include ':navi-hl'
include ':navi-pl'