TP-38861 | Add Sonic module to selectively build and run a feature module (#6781)

This commit is contained in:
Siddiboina Susai
2023-08-28 11:38:21 +05:30
committed by GitHub
parent 9ff864522a
commit 5c45754ae8
5 changed files with 8 additions and 2 deletions

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "sonic"]
path = sonic
url = git@github.cmd.navi-tech.in:navi-android/sonic.git
branch = master

View File

@@ -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 dont 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>

View File

@@ -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>

View File

@@ -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

Submodule sonic added at 823af78139