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

Gradle 7.0.3 + Kotlin 1.5.31 + RxJava 2.2.21 + AndroidX migration #2

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

huuphuoc1396
Copy link

@huuphuoc1396 huuphuoc1396 commented Nov 24, 2021

Hi @andreabresolin,
I read your article on medium. It's good to talk about RxJava and Coroutines performance. However, versions' Gradle, Kotlin and RxJava are too old, so I upgraded them to current to usage. You can review it and apply to your repository if it's helpful.

Changed:

  • Build Gradle to 7.0.3
  • Rip of jcenter(), changed to mavenCentral()
  • Kotlin version to 1.5.31
  • Kotlin coroutine version to 1.5.1
  • RxJava2 to 2.2.21
  • RxJava for Android to 2.1.1
  • AndroidX Migration and using ViewBinding to replace synthetics

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

Successfully merging this pull request may close these issues.

None yet

1 participant