diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1bbe774..55f6b9c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") }