[REVERT] Build config change

This commit is contained in:
Hossain Khan
2026-02-08 20:08:39 -05:00
parent d2dbb0bd40
commit e2f2b349b9
+2 -1
View File
@@ -103,7 +103,8 @@ android {
// Use fake API response for local development and testing purposes.
// ️ To override during local development, change this value to `"false"`
// or, you can change the value in the `RepositoryConfigProvider`
buildConfigField("Boolean", "USE_FAKE_API", "false")
// Ideally, this value should always be set to `true` for debug builds.
buildConfigField("Boolean", "USE_FAKE_API", "true")
signingConfig = signingConfigs.getByName("debug")
}