/* * AppConfig.kt * Android WebView Sample Demo * * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT-0 */ package com.amazonaws.android_webview_sample object AppConfig { // PUT YOUR MEETING URL HERE var url = "PLACEHOLDER" }