From 5c45754ae88f24e9e24a08db4bb01f9e41aa19cc Mon Sep 17 00:00:00 2001 From: Siddiboina Susai Date: Mon, 28 Aug 2023 11:38:21 +0530 Subject: [PATCH] TP-38861 | Add Sonic module to selectively build and run a feature module (#6781) --- .gitmodules | 4 ++++ app/src/main/res/values/strings.xml | 1 - navi-common/src/main/res/values/strings.xml | 3 ++- settings.gradle | 1 + sonic | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 sonic diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..8df0e6facb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "sonic"] + path = sonic + url = git@github.cmd.navi-tech.in:navi-android/sonic.git + branch = master diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 55806c152b..61e1f10663 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -381,7 +381,6 @@ Sorry, it\’s taking longer than expected.\nPlease check after 2 hours. Please enter a valid address Search - Search.. Please don’t close the app while completing your Aadhaar verification Please note: Your ending EMI is different from other EMIs to adjust balances across your tenure. diff --git a/navi-common/src/main/res/values/strings.xml b/navi-common/src/main/res/values/strings.xml index e7f2a39bcf..1326548a66 100644 --- a/navi-common/src/main/res/values/strings.xml +++ b/navi-common/src/main/res/values/strings.xml @@ -93,5 +93,6 @@ We encountered a network issue. Please check your internet connection and try again later. Invalid Request Oops! The request made to the server is invalid. Please try again with valid information. - + Search.. + Done diff --git a/settings.gradle b/settings.gradle index 77dc687614..5ca5fb710b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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" diff --git a/sonic b/sonic new file mode 160000 index 0000000000..823af78139 --- /dev/null +++ b/sonic @@ -0,0 +1 @@ +Subproject commit 823af781390d26b717fd89233277cd0a06f44b00