ExtraRepositories.kt (460B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 // Extra Maven repositories to use 6 object ExtraRepositories { 7 val mozillaStaging = (ApplicationServicesConfig.channel == ApplicationServicesChannel.STAGING 8 || ApplicationServicesConfig.channel == ApplicationServicesChannel.NIGHTLY_STAGING) 9 }