1 parent d8c4e20 commit b68c80fCopy full SHA for b68c80f
1 file changed
app/build.gradle.kts
@@ -20,7 +20,8 @@ android {
20
21
buildTypes {
22
debug {
23
- buildConfigField("String", "CATALOG_BASE_URL", "\"https://staging-catalog.smartmovie.app/\"")
+ // 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/\"")
25
applicationIdSuffix = ".debug"
26
versionNameSuffix = "-debug"
27
}
0 commit comments