Skip to content

Commit

Permalink
update default API host
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Dec 14, 2020
1 parent 3de1012 commit a1b821e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -68,7 +68,7 @@ android {
testBuildType "mockdata"

defaultConfig {
versionCode 297
versionCode 298
versionName "4.24"
minSdkVersion 17
targetSdkVersion 30
Expand Down Expand Up @@ -105,7 +105,7 @@ android {

buildTypes {
debug {
buildConfigField "String", "HOST", "\"www.irccloud.com\""
buildConfigField "String", "HOST", "\"api.irccloud.com\""
versionNameSuffix "-" + getRevision()
buildConfigField "boolean", "ENTERPRISE", "false"
if (rootProject.file('private.properties').exists()) {
Expand Down Expand Up @@ -141,7 +141,7 @@ android {
}

release {
buildConfigField "String", "HOST", "\"www.irccloud.com\""
buildConfigField "String", "HOST", "\"api.irccloud.com\""
buildConfigField "boolean", "ENTERPRISE", "false"
if (rootProject.file('private.properties').exists()) {
def props = new Properties()
Expand Down

0 comments on commit a1b821e

Please sign in to comment.