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