android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

update compose-for-tv to alpha09, remove androidx.dev repository #132

Closed karzelekp closed 9 months ago

karzelekp commented 10 months ago
  1. Update androidx.tv:tv-foundation and androidx.tv:tv-material to the newest version mentioned here (alpha09): https://developer.android.com/jetpack/androidx/releases/tv
  2. Remove androidx.dev repository - it's very slow and probably shouldn't be used too widely
  3. Apply minor, necessary code change

The change was tested on Android TV 13 and 14 emulators

chikoski commented 9 months ago

Thanks for sending the pull request, and let me close without merging the PR as all changes in this request seem being. covered by https://github.com/android/tv-samples/pull/133.