Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #7895 - Update chat link (#7897)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Jan 23, 2020
1 parent 9a15103 commit 2e6ffec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Before you attempt to make a contribution please read the [Community Participati

* Browse our [current Issues](https://github.com/mozilla-mobile/fenix/issues), or [file a security issue][sec issue].

* Slack: #fenix channel on [mozilla-android.slack.com](https://mozilla-android.slack.com) | [Join here](https://join.slack.com/t/mozilla-android/shared_invite/enQtODU0ODk2MTgyMjQyLTU5MWU1ZGJkOGRjZmFjOTg2MTE1ZjlmNTU5ZTc5MDc4NjA1MmM0MjQ5Yjg1N2IzMjZjMGVmOTE0MzI1ZjQ3MTA)
(**We're available Monday-Friday, GMT and PST working hours**).
* Matrix: [#fenix:mozilla.org channel](https://chat.mozilla.org/#/room/#fenix:mozilla.org) (**We're available Monday-Friday, GMT and PST working hours**).

* Check out the [project wiki](https://github.com/mozilla-mobile/fenix/wiki) for more information.

Expand All @@ -63,13 +62,13 @@ Note: Both Android SDK and NDK are required.
```shell
./gradlew clean app:assembleGeckoBetaDebug
```

Use app:assembleGeckoNightlyDebug to build with the Gecko Nightly version instead.

3. Make sure to select the correct build variant in Android Studio. See the next section.

### Guide to Build Variants
We have a lot of build variants. Each variant is composed of two flavors. One flavor is the version of Gecko to use and the other describes
We have a lot of build variants. Each variant is composed of two flavors. One flavor is the version of Gecko to use and the other describes
which app id and settings to use. Here is a description of what each means:

- **geckoBeta** (recommended) uses the Beta variant of the Gecko rendering engine, which corresponds to the next version of Gecko which will go to production
Expand Down

0 comments on commit 2e6ffec

Please sign in to comment.