Skip to content

Commit db5073b

Browse files
committed
chore(network): point to active development API URL
1 parent ff9f2fc commit db5073b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

squarescreen-network/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ android {
1414
defaultConfig {
1515
minSdk = 29
1616
consumerProguardFiles("consumer-proguard-rules.pro")
17-
buildConfigField("String", "BASE_URL", "\"https://api.squarescreen.io/api/v1\"")
17+
buildConfigField("String", "BASE_URL", "\"https://square-screen-api-development-f7zuxa.laravel.cloud/api/v1\"")
1818
}
1919

2020
buildTypes {
2121
debug {
2222
// Point to production until a staging environment is available.
23-
buildConfigField("String", "BASE_URL", "\"https://api.squarescreen.io/api/v1\"")
23+
buildConfigField("String", "BASE_URL", "\"https://square-screen-api-development-f7zuxa.laravel.cloud/api/v1\"")
2424
}
2525
release {
26-
buildConfigField("String", "BASE_URL", "\"https://api.squarescreen.io/api/v1\"")
26+
buildConfigField("String", "BASE_URL", "\"https://square-screen-api-development-f7zuxa.laravel.cloud/api/v1\"")
2727
}
2828
}
2929

0 commit comments

Comments
 (0)