[MINOR] Updated note properly

This commit is contained in:
Hossain Khan
2026-01-31 10:06:09 -05:00
parent 6387640763
commit 0a3b509bd7
+2 -1
View File
@@ -101,7 +101,8 @@ android {
debug {
// Allow developers to configure this value for debug builds
// Use fake API response for local development and testing purposes.
// ️ To override during local development, change the value in `RepositoryConfigProvider`
// ️ To override during local development, change this value to `"false"`
// or, you can change the value in the `RepositoryConfigProvider`
buildConfigField("Boolean", "USE_FAKE_API", "true")
signingConfig = signingConfigs.getByName("debug")