Do not log for use of experimental AGP gradle properties

Also removes use of android.experimental.lint.version as we don't use
it anymore.

Test: None
Change-Id: Ifa2b2951e22d3df18427a807234fcdd0d232964c
diff --git a/playground-common/androidx-shared.properties b/playground-common/androidx-shared.properties
index 8fd3212..a4830ef 100644
--- a/playground-common/androidx-shared.properties
+++ b/playground-common/androidx-shared.properties
@@ -60,7 +60,7 @@
 
 # Disallow resolving dependencies at configuration time, which is a slight performance problem
 android.dependencyResolutionAtConfigurationTime.disallow=true
-android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.dependencyResolutionAtConfigurationTime.disallow,android.experimental.lint.missingBaselineIsEmptyBaseline,android.experimental.lint.version,android.lint.printStackTrace
+android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.dependencyResolutionAtConfigurationTime.disallow,android.experimental.lint.missingBaselineIsEmptyBaseline,android.lint.printStackTrace,android.experimental.disableCompileSdkChecks,android.overrideVersionCheck,android.r8.maxWorkers
 # Workaround for b/162074215
 android.includeDependencyInfoInApks=false