From 0a3b509bd766b5f1eda86d3c6b6cbe8fcbef5786 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sat, 31 Jan 2026 10:06:09 -0500 Subject: [PATCH] [MINOR] Updated note properly --- app/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 55f6b9c..c5b0741 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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")