2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Update Android Components version

This commit is contained in:
Roger Yang 2021-08-18 15:22:24 -04:00 committed by mergify[bot]
parent aded72af41
commit 52cb17d12a
3 changed files with 3 additions and 3 deletions

View File

@ -1130,7 +1130,7 @@ class SmokeTest {
@Test @Test
fun mainMenuInstallPWATest() { fun mainMenuInstallPWATest() {
val pwaPage = "https://rpappalax.github.io/testapp/" val pwaPage = "https://mozilla-mobile.github.io/testapp/"
navigationToolbar { navigationToolbar {
}.enterURLAndEnterToBrowser(pwaPage.toUri()) { }.enterURLAndEnterToBrowser(pwaPage.toUri()) {

View File

@ -21,7 +21,7 @@ import mozilla.components.feature.customtabs.CustomTabsFacts
import mozilla.components.feature.downloads.facts.DownloadsFacts import mozilla.components.feature.downloads.facts.DownloadsFacts
import mozilla.components.feature.findinpage.facts.FindInPageFacts import mozilla.components.feature.findinpage.facts.FindInPageFacts
import mozilla.components.feature.media.facts.MediaFacts import mozilla.components.feature.media.facts.MediaFacts
import mozilla.components.feature.prompts.facts.LoginDialogFacts import mozilla.components.feature.prompts.dialog.LoginDialogFacts
import mozilla.components.feature.pwa.ProgressiveWebAppFacts import mozilla.components.feature.pwa.ProgressiveWebAppFacts
import mozilla.components.feature.search.telemetry.ads.AdsTelemetry import mozilla.components.feature.search.telemetry.ads.AdsTelemetry
import mozilla.components.feature.search.telemetry.incontent.InContentTelemetry import mozilla.components.feature.search.telemetry.incontent.InContentTelemetry

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents { object AndroidComponents {
const val VERSION = "93.0.20210817143149" const val VERSION = "93.0.20210818143126"
} }