Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit e3811f0

Browse files
committed
Update API hosts
1 parent c806a8b commit e3811f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
44
apply plugin: 'kotlin-parcelize'
55
apply plugin: 'kotlinx-serialization'
66

7-
def debugApiBaseUrl = "\"https://dev.justjava.store/\""
7+
def debugApiBaseUrl = "\"https://justjava.marknjunge.com/\""
88
def localPropertiesFile = rootProject.file("local.properties")
99
if (localPropertiesFile.exists()) {
1010
def localProperties = new Properties()
@@ -27,7 +27,7 @@ android {
2727
release {
2828
minifyEnabled true
2929
consumerProguardFiles 'proguard-rules.pro'
30-
buildConfigField "String", "API_BASE_URL", "\"https://api.justjava.store/\""
30+
buildConfigField "String", "API_BASE_URL", "\"https://justjava.marknjunge.com/\""
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)