TP-38861 | Add Sonic module to selectively build and run a feature module (#6781)
This commit is contained in:
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule "sonic"]
|
||||
path = sonic
|
||||
url = git@github.cmd.navi-tech.in:navi-android/sonic.git
|
||||
branch = master
|
||||
@@ -381,7 +381,6 @@
|
||||
<string name="loan_application_proccessing_delay_text">Sorry, it\’s taking longer than expected.\nPlease check after 2 hours.</string>
|
||||
<string name="enter_valid_address">Please enter a valid address</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="search_dot">Search..</string>
|
||||
<string name="please_dont_close_the_app">Please don’t close the app while completing your Aadhaar verification</string>
|
||||
<string name="please_note">Please note:</string>
|
||||
<string name="your_last_emi_amount_is_different">Your ending EMI is different from other EMIs to adjust balances across your tenure.</string>
|
||||
|
||||
@@ -93,5 +93,6 @@
|
||||
<string name="network_error_description">We encountered a network issue. Please check your internet connection and try again later.</string>
|
||||
<string name="invalid_request">Invalid Request</string>
|
||||
<string name="invalid_request_description">Oops! The request made to the server is invalid. Please try again with valid information.</string>
|
||||
|
||||
<string name="search_dot">Search..</string>
|
||||
<string name="done">Done</string>
|
||||
</resources>
|
||||
|
||||
@@ -33,6 +33,7 @@ include ':finoramic-androidx-sdk'
|
||||
include ':one-money-sdk'
|
||||
include ':navi-pay'
|
||||
include ':npci-upi-cl'
|
||||
include ':sonic'
|
||||
|
||||
boolean isCiServer = System.getenv().getOrDefault("CI", "false") == "true"
|
||||
|
||||
|
||||
1
sonic
Submodule
1
sonic
Submodule
Submodule sonic added at 823af78139
Reference in New Issue
Block a user