[REVERT] Mock API config

This commit is contained in:
Hossain Khan
2026-01-31 08:22:19 -05:00
parent 419af89ba5
commit 7bb793f372
+1 -1
View File
@@ -102,7 +102,7 @@ android {
// 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`
buildConfigField("Boolean", "USE_FAKE_API", "false")
buildConfigField("Boolean", "USE_FAKE_API", "true")
signingConfig = signingConfigs.getByName("debug")
}