Skip to content

Commit

Permalink
add ngrok host url
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyantestpress committed Sep 11, 2023
1 parent a1f13b6 commit 658208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ android {

def host_url = json.testpress_site_subdomain + '.testpress.in'
resValue "string", "host_url", host_url
buildConfigField "String", "BASE_URL", '"https://' + host_url + '"'
buildConfigField "String", "BASE_URL", '"https://' + '49f3-183-82-25-87.ngrok-free.app' + '"'
resValue "string", "app_name", json.app_name
resValue "string", "version", "v " + json.version
resValue "string", "share_message", json.share_message
Expand Down

0 comments on commit 658208d

Please sign in to comment.