Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinRaaj23 authored Sep 27, 2023
1 parent 34e52d0 commit c27834b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ android {
versionName json.version
versionCode json.version_code

def host_url = json.testpress_site_subdomain + '.testpress.in'
def host_url = 'f1c5-157-49-170-253.ngrok-free.app'
resValue "string", "host_url", host_url
buildConfigField "String", "BASE_URL", '"https://' + host_url + '"'
resValue "string", "app_name", json.app_name
Expand Down Expand Up @@ -243,4 +243,4 @@ android {
}
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'

0 comments on commit c27834b

Please sign in to comment.