We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d901e4b commit dabac0fCopy full SHA for dabac0f
1 file changed
app/build.gradle.kts
@@ -18,7 +18,7 @@ android {
18
applicationId = "com.cornellappdev.score"
19
minSdk = 26
20
targetSdk = 34
21
- versionCode = 2
+ versionCode = 3
22
versionName = "1.0"
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
}
@@ -38,7 +38,7 @@ android {
38
buildConfigField(
39
"String",
40
"BASE_URL",
41
- "\"https://score-dev.cornellappdev.com/graphql\""
+ "\"https://score-backend.cornellappdev.com/graphql\""
42
)
43
isMinifyEnabled = false
44
proguardFiles(
0 commit comments