chore: update dependencies

Test: NA

Change-Id: Ia3f7e8f4c5dd939638c43a092b52d7edb99cbee4
diff --git a/tv/tv-material/build.gradle.kts b/tv/tv-material/build.gradle.kts
index 78a44d3..569a15f 100644
--- a/tv/tv-material/build.gradle.kts
+++ b/tv/tv-material/build.gradle.kts
@@ -22,6 +22,7 @@
  * modifying its settings.
  */
 
+import androidx.build.KotlinTarget
 import androidx.build.LibraryType
 
 plugins {
@@ -34,9 +35,9 @@
 dependencies {
     api(libs.kotlinStdlib)
 
-    api("androidx.annotation:annotation:1.8.1")
+    api("androidx.annotation:annotation:1.9.1")
 
-    val composeVersion = "1.6.8"
+    val composeVersion = "1.7.6"
     api("androidx.compose.animation:animation:$composeVersion")
     api("androidx.compose.foundation:foundation:$composeVersion")
     api("androidx.compose.foundation:foundation-layout:$composeVersion")
@@ -47,15 +48,14 @@
     api("androidx.compose.ui:ui-graphics:$composeVersion")
     api("androidx.compose.ui:ui-text:$composeVersion")
 
-    implementation("androidx.profileinstaller:profileinstaller:1.4.0")
+    implementation("androidx.profileinstaller:profileinstaller:1.4.1")
 
     androidTestImplementation(libs.truth)
-    androidTestImplementation(project(":compose:runtime:runtime"))
-    androidTestImplementation(project(":compose:ui:ui-test"))
-    androidTestImplementation(project(":compose:ui:ui-test-junit4"))
+    androidTestImplementation("androidx.compose.runtime:runtime:$composeVersion")
+    androidTestImplementation("androidx.compose.ui:ui-test:$composeVersion")
+    androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion")
     androidTestImplementation(project(":compose:test-utils"))
     androidTestImplementation(project(":test:screenshot:screenshot"))
-    androidTestImplementation(project(":tv:tv-foundation"))
     androidTestImplementation(libs.testRunner)
 }
 
@@ -68,6 +68,7 @@
     name = "TV Material"
     type = LibraryType.PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS
     mavenVersion = LibraryVersions["TV_MATERIAL"]
+    kotlinTarget = KotlinTarget.KOTLIN_1_9
     inceptionYear = "2022"
     description = "build TV applications using controls that adhere to Material Design Language."
     legacyDisableKotlinStrictApiMode = true