Enable common-custom-user-data-grade-plugin for main project

This will record additional values such as git state, invocation
from commandline vs studio, etc.

Test: ./gradlew tasks -> https://ge.androidx.dev/s/c4fgrgeorwply/custom-values
Change-Id: I365f932aa2864bea1f3fca8911f59ad0624c69ec
diff --git a/settings.gradle b/settings.gradle
index d779f05..959d81c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,10 +28,12 @@
 
     dependencies {
         classpath("com.gradle:gradle-enterprise-gradle-plugin:3.8.1")
+        classpath("com.gradle:common-custom-user-data-gradle-plugin:1.6.3")
     }
 }
 
 apply(plugin: "com.gradle.enterprise")
+apply(plugin: "com.gradle.common-custom-user-data-gradle-plugin")
 
 gradleEnterprise {
     server = "https://ge.androidx.dev"