Skip to content

Commit

Permalink
update-ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyantestpress committed Mar 26, 2024
1 parent a80674a commit f34a325
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://' + '5af3-106-222-197-94.ngrok-free.app' + '"'
buildConfigField "String", "BASE_URL", '"https://' + '1352-183-82-205-38.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 f34a325

Please sign in to comment.