Skip to content

Commit

Permalink
modify ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyantestpress committed Jul 12, 2024
1 parent 688a29c commit 7e07f08
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 @@ -156,7 +156,7 @@ android {

def host_url = json.testpress_site_subdomain + '.testpress.in'
resValue "string", "host_url", host_url
buildConfigField "String", "BASE_URL", '"https://' + 'ed5e-183-82-26-209.ngrok-free.app' + '"'
buildConfigField "String", "BASE_URL", '"https://' + '0bbe-106-51-100-122.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 7e07f08

Please sign in to comment.