Skip to content

Commit dabac0f

Browse files
committed
Prod URL and bump version code
1 parent d901e4b commit dabac0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
applicationId = "com.cornellappdev.score"
1919
minSdk = 26
2020
targetSdk = 34
21-
versionCode = 2
21+
versionCode = 3
2222
versionName = "1.0"
2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}
@@ -38,7 +38,7 @@ android {
3838
buildConfigField(
3939
"String",
4040
"BASE_URL",
41-
"\"https://score-dev.cornellappdev.com/graphql\""
41+
"\"https://score-backend.cornellappdev.com/graphql\""
4242
)
4343
isMinifyEnabled = false
4444
proguardFiles(

0 commit comments

Comments
 (0)