Skip to content

Commit

Permalink
add new ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyantestpress committed Aug 14, 2024
1 parent d24a1bd commit 0df47a9
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://' + '98ab-106-222-197-1.ngrok-free.app' + '"'
buildConfigField "String", "BASE_URL", '"https://' + '83cc-106-51-100-122.ngrok-free.app' + '"'
resValue "string", "app_name", json.app_name
resValue "string", "testpress_site_subdomain", json.testpress_site_subdomain
resValue "string", "version", "v " + json.version
Expand Down

0 comments on commit 0df47a9

Please sign in to comment.