Skip to content

Migrate architecture components to AndroidX #1681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SUPERCILEX opened this issue Sep 14, 2019 · 2 comments
Closed

Migrate architecture components to AndroidX #1681

SUPERCILEX opened this issue Sep 14, 2019 · 2 comments
Milestone

Comments

@SUPERCILEX
Copy link
Collaborator

This entire block needs to be moved over to androidx versions. (I think we should just have it be part of the Androidx block and get rid of Arch to unify everything.)

object Arch {
private const val version = "1.1.1"
const val runtime = "android.arch.lifecycle:runtime:$version"
const val viewModel = "android.arch.lifecycle:viewmodel:$version"
const val extensions = "android.arch.lifecycle:extensions:$version"
const val compiler = "android.arch.lifecycle:compiler:$version"
const val paging = "android.arch.paging:runtime:1.0.1"
const val coreTesting = "android.arch.core:core-testing:1.1.1"
}

@SUPERCILEX SUPERCILEX mentioned this issue Sep 14, 2019
4 tasks
@samtstern samtstern added this to the 6.0.2 milestone Sep 16, 2019
@samtstern
Copy link
Contributor

D'oh. I honestly forgot that there was Arch before there was AndroidX.

@samtstern
Copy link
Contributor

Fixed and released in version 6.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants