Files
super-app/settings.gradle
Himanshu Tanwar 1cc9b41bc2 enabled gradle caching and set compile options incremental to true (#3409)
* enabled gradle caching and set compile options incremental to true
2022-07-06 13:40:39 +05:30

22 lines
577 B
Groovy

include ':app', ':digio-esign-v2.8.8', ':digio-kyc-1.0.13', ':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'
buildCache {
local {
enabled = true
directory = new File(rootDir, 'build-cache')
removeUnusedEntriesAfterDays = 15
}
remote(HttpBuildCache) {
enabled = false
}
}