Skip to content

Commit b68c80f

Browse files
committed
Use local preview API for debug builds
1 parent d8c4e20 commit b68c80f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ android {
2020

2121
buildTypes {
2222
debug {
23-
buildConfigField("String", "CATALOG_BASE_URL", "\"https://staging-catalog.smartmovie.app/\"")
23+
// Debug uses the local fixture API so development does not depend on Worker DNS.
24+
buildConfigField("String", "CATALOG_BASE_URL", "\"http://127.0.0.1:8099/\"")
2425
applicationIdSuffix = ".debug"
2526
versionNameSuffix = "-debug"
2627
}

0 commit comments

Comments
 (0)