Automattic / Automattic/pocket-casts-android
Remove 'cartheme' module
Open
[Type] Tech Debt
Migrated
- Dominant language
- Kotlin
- Stars
- 2.8k
- Forks
- 308
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 187
Description
Remove 'cartheme' module as this is built into Android Automotive. We were advised to switch to the new Automotive library.
Change the old car library
```
implementation "androidx.car:car:1.0.0-alpha7"
```
for the new one
```
implementation "androidx.car.app:app-automotive:1.1.0"
```
Contributor guide
Research direction
Search the repository for the `cartheme` module and the old `androidx.car:car:1.0.0-alpha7` dependency. Check the Android build after switching to `androidx.car.app:app-automotive:1.1.0`; the work is done when the old module and dependency are no longer used and the project builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100