Skip to content

Commit

Permalink
add local ngrok url and enabled zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLeviLucas committed Jan 11, 2024
1 parent 4bca4e8 commit 3bff71e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies {

// GreenDao for database
implementation 'de.greenrobot:greendao:2.0.0'

// Testpress Course(which inbuilt has exam & core module)
implementation 'com.github.testpress:course:' + testpressSDK
implementation 'com.github.testpress:store:' + testpressSDK
Expand Down Expand Up @@ -151,7 +150,7 @@ android {
versionName json.version
versionCode json.version_code

def host_url = json.testpress_site_subdomain + '.testpress.in'
def host_url = "01b0-183-82-179-25.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
2 changes: 1 addition & 1 deletion app/src/main/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"white_labeled_host_url": null,
"is_growth_hacks_enabled": false,
"show_pdf_vertically": true,
"zoom_enabled": false,
"zoom_enabled": true,
"zoom_custom_meeting_ui_enabled": false
}
4 changes: 2 additions & 2 deletions commonlib/commonlib.aar
Git LFS file not shown
4 changes: 2 additions & 2 deletions mobilertc/mobilertc.aar
Git LFS file not shown

0 comments on commit 3bff71e

Please sign in to comment.