Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into tc_icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejia481 authored Aug 5, 2019
2 parents b935646 + a3e5bc2 commit f8c58db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Gecko.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal object GeckoVersions {
/**
* GeckoView Nightly Version.
*/
const val nightly_version = "70.0.20190731215544"
const val nightly_version = "70.0.20190802094835"

/**
* GeckoView Beta Version.
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permalink: /changelog/
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)

* **browser-menu**
* `BrowserMenuHighlightableItem` now has a ripple effect and includes an example of how to pass in a drawable properly to also include a ripple when highlighted
* ⚠️ **This is a breaking change**: `BrowserMenuHighlightableItem` now has a ripple effect and includes an example of how to pass in a drawable properly to also include a ripple when highlighted

* **feature-accounts**
* ⚠️ **This is a breaking change**:
Expand Down Expand Up @@ -44,7 +44,7 @@ permalink: /changelog/

* **feature-session**
* ⚠️ **This is a breaking change**:
* The `WindowFeature` no longer needs and engine can now be created using just:
* The `WindowFeature` no longer needs an engine. It can now be created using just:
```kotlin
val windowFeature = WindowFeature(components.sessionManager)
```
Expand Down

0 comments on commit f8c58db

Please sign in to comment.