Skip to content

Commit

Permalink
Issue mozilla-mobile#12207 - Update "new nightly" link to point to or…
Browse files Browse the repository at this point in the history
…g.mozilla.fenix
  • Loading branch information
liuche committed Jul 2, 2020
1 parent 8583cac commit bb45f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object SupportUtils {
const val WIKIPEDIA_URL = "https://www.wikipedia.org/"
const val FENIX_PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=${BuildConfig.APPLICATION_ID}"
const val FIREFOX_BETA_PLAY_STORE_URL = "market://details?id=org.mozilla.firefox_beta"
const val FIREFOX_NIGHTLY_PLAY_STORE_URL = "market://details?id=org.mozilla.fennec_aurora"
const val FIREFOX_NIGHTLY_PLAY_STORE_URL = "market://details?id=org.mozilla.fenix"
const val GOOGLE_URL = "https://www.google.com/"

enum class SumoTopic(internal val topicStr: String) {
Expand Down

0 comments on commit bb45f86

Please sign in to comment.