Skip to content

Commit 505d8d9

Browse files
authored
fix: Update BASE_URL in build.gradle.kts
1 parent be8820c commit 505d8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎app/build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
buildConfigField(
4040
"String",
4141
"BASE_URL",
42-
"\"${localProps.getProperty("BASE_URL", "https://zany-adventure-r9rjp499jx72x4w7-8080.app.github.dev")}\""
42+
"\"${localProps.getProperty("BASE_URL", "https://docker-bob1.tail025bf6.ts.net")}\""
4343
)
4444
}
4545

0 commit comments

Comments
 (0)