Skip to content

Commit

Permalink
update ngrok url
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLeviLucas committed Jan 11, 2024
1 parent 3bff71e commit 775efd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ android {
versionName json.version
versionCode json.version_code

def host_url = "01b0-183-82-179-25.ngrok-free.app"
def host_url = "042e-183-82-26-170.ngrok-free.app"
resValue "string", "host_url", host_url
buildConfigField "String", "BASE_URL", '"https://' + host_url + '"'
resValue "string", "app_name", json.app_name
Expand Down Expand Up @@ -235,4 +235,4 @@ android {
}
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'

0 comments on commit 775efd2

Please sign in to comment.