Move to Kotlin friendly supportLibrary extension calling.

Test: None
Change-Id: I317174fb90b440ce036230d604d81343f32c4cfb
diff --git a/tv-provider/build.gradle b/tv-provider/build.gradle
index c44cfbb..b31a42d 100644
--- a/tv-provider/build.gradle
+++ b/tv-provider/build.gradle
@@ -16,9 +16,9 @@
 }
 
 supportLibrary {
-    name 'Android Support TV Provider'
-    publish true
-    inceptionYear '2017'
-    description 'Android Support Library for TV Provider'
-    legacySourceLocation true
+    name = "Android Support TV Provider"
+    publish = true
+    inceptionYear = "2017"
+    description = "Android Support Library for TV Provider"
+    legacySourceLocation = true
 }
\ No newline at end of file