Upgrade to Android Lint 30.1.0-alpha01

Test: ./gradlew
Change-Id: If6e92cd440bbc0c6bb7e172a36230fd3d5c4395f
diff --git a/build.gradle.kts b/build.gradle.kts
index 3cfadfa..72f7137 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -67,7 +67,7 @@
     logger.warn("Building using custom $customLintVersion version of Android Lint")
     customLintVersion
 } else {
-    "30.0.0-alpha14"
+    "30.1.0-alpha01"
 }
 val kotlinVersion: String = "1.5.0"