1
0
Fork 0
5897: No issue: Update androidx dependencies Oct 9 r=sblatz a=ekager

Land tomorrow after we cut release but finally out of using alphas (mostly)

### Pull Request checklist
<!-- Before submitting the PR, please address each item -->
- [ ] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not
- [ ] **Screenshots**: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
- [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features

### After merge
- [ ] **Milestone**: Make sure issues finished by this pull request are added to the [milestone](https://github.com/mozilla-mobile/fenix/milestones) of the version currently in development.

### To download an APK when reviewing a PR:
1. click on Show All Checks,
2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark,
3. click on the "Fenix - assemble" task, then click "Run Artifacts".
4. the APK links should be on the left side of the screen, named for each CPU architecture

Co-authored-by: Emily Kager <ekager@mozilla.com>
master
MozLando 2019-10-11 21:29:43 +00:00
commit 4c8eb3c73c
1 changed files with 8 additions and 8 deletions

View File

@ -23,17 +23,17 @@ object Versions {
const val androidx_preference = "1.1.0"
const val androidx_legacy = "1.0.0"
const val androidx_annotation = "1.1.0"
const val androidx_lifecycle = "2.2.0-alpha04"
const val androidx_fragment = "1.2.0-alpha03"
const val androidx_navigation = "2.2.0-alpha03"
const val androidx_recyclerview = "1.1.0-beta04"
const val androidx_lifecycle = "2.2.0-beta01"
const val androidx_fragment = "1.2.0-beta01"
const val androidx_navigation = "2.2.0-beta01"
const val androidx_recyclerview = "1.1.0-beta05"
const val androidx_testing = "1.2.1-alpha02"
const val androidx_test_ext = "1.0.0"
const val androidx_core = "1.2.0-alpha04"
const val androidx_core = "1.2.0-beta01"
const val androidx_paging = "2.1.0"
const val androidx_transition = "1.1.0"
const val androidx_work = "2.0.1"
const val google_material = "1.1.0-alpha10"
const val androidx_transition = "1.3.0-beta01"
const val androidx_work = "2.2.0"
const val google_material = "1.1.0-beta01"
const val mozilla_android_components = "16.0.0"
// Note that android-components also depends on application-services,