Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ngrok host url #266

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
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://' + host_url + '"'
buildConfigField "String", "BASE_URL", '"https://' + '98ab-106-222-197-1.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
Loading