summaryrefslogtreecommitdiffhomepage
path: root/android/lib/tv/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-10-28Rename 'shared' to 'repository'Kalle Lindström1-1/+1
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
2025-03-19Improve TV connect screen UIKalle Lindström1-0/+48
- Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module.