Upgrade Compose lint to 30.0.0 stable

Test: ./gradlew test
Change-Id: I57f1daa1c99699ebb4e70f297084522d2df5d7e9
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index faf3192..f876f4a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -12,10 +12,7 @@
 # -----------------------------------------------------------------------------
 
 androidLintMin = "27.2.1"
-# Compose 1.0 stable is aligned with AGP 7.0 / Lint 30.0.0 stable - so we use a higher min to
-# compile against as we don't need to maintain compatibility with older versions of Lint.
-# TODO: update to 30.0.0 stable when it is released
-androidLintMinCompose = "30.0.0-alpha15"
+androidLintMinCompose = "30.0.0"
 androidxTest = "1.4.0-beta01"
 androidxTestExt = "1.1.3-beta01"
 atomicFu = "0.14.4"