Skip to content
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

Migrate to Android X #778

Merged
merged 1 commit into from Jan 23, 2019
Merged

Migrate to Android X #778

merged 1 commit into from Jan 23, 2019

Conversation

mshafrir-stripe
Copy link
Collaborator

Summary
The vast majority of changes in this patch are changes in package names/imports which were auto-generated via Android Studio's Android X migration tool.

  • Ran "Refactor -> Migrate to Android X..." in Android Studio
  • Updated Gradle dependency versions
  • Fixed import order to satisfy checkstyle

Motivation
AndroidX is the replacement for the original Android Support Library. All further development will occur in AndroidX. We should migrate to AndroidX to ensure that we are taking advantage of improvements and fixes to Android components.

https://developer.android.com/jetpack/androidx/

Summary
The majority of changes in this patch are
auto-generated by Android Studio via the
Android X migration tool.
- Ran "Refactor -> Migrate to Android X..." in
  Android Studio
- Updated Gradle dependency versions
- Fixed import order to satisfy checkstyle

Motivation
AndroidX is the replacement for the original
Android Support Library. All further development
will occur in AndroidX. We should migrate to
AndroidX to ensure that we are taking advantage
of improvements and fixes to Android components.

https://developer.android.com/jetpack/androidx/
@mshafrir-stripe mshafrir-stripe merged commit 8fcd9cc into master Jan 23, 2019
@mshafrir-stripe mshafrir-stripe deleted the mshafrir/android-x branch January 23, 2019 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants