avast / avast/android-styled-dialogs
Migrate to AndroidX
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 443
- PR merge metrics
- No merged PRs in 30d
Description
We are using this library since long time and it works great. We have recently [Migrating to AndroidX](https://developer.android.com/jetpack/androidx/migrate), although by adding `android.enableJetifier=true` and `android.useAndroidX=true` in `gradle.properties` converts all support package of dependency at build time. The stable release of 28.0.0 will be the final feature release packaged as android.support. All subsequent feature releases will only be made available as androidx-packaged artifacts. [ For more detail please check.](https://android-developers.googleblog.com/2018/05/hello-world-androidx.html) I suggest you to update the library with AndroidX to avoid confusion.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the AndroidX migration guide and inspect gradle.properties, where android.enableJetifier=true and android.useAndroidX=true are mentioned. Review the library's Android support dependencies and build configuration; done means the library is updated to AndroidX-compatible artifacts and builds without the old support packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100