We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80674a commit f34a325Copy full SHA for f34a325
app/build.gradle
@@ -153,7 +153,7 @@ android {
153
154
def host_url = json.testpress_site_subdomain + '.testpress.in'
155
resValue "string", "host_url", host_url
156
- 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' + '"'
157
resValue "string", "app_name", json.app_name
158
resValue "string", "version", "v " + json.version
159
resValue "string", "share_message", json.share_message
0 commit comments