Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0

Generated this change by running:
find . -name "build.gradle" | xargs grep "implementation\|api\|compile" | grep -v KOTLIN_STDLIB | grep "androidx.annotation:annotation:1.1.0-rc01" | sed "s/:.*//g" | xargs sed -i "s/androidx.annotation:annotation:1.1.0-rc01/androidx.annotation:annotation:1.1.0/g"

Test: ./gradlew buildOnServer
Change-Id: I5e4b77a7d4d9d0e7502df9dde1dbc99e2fd29ec2
diff --git a/customview/build.gradle b/customview/build.gradle
index 825963a..46ed68d 100644
--- a/customview/build.gradle
+++ b/customview/build.gradle
@@ -9,7 +9,7 @@
 }
 
 dependencies {
-    api("androidx.annotation:annotation:1.1.0-rc01")
+    api("androidx.annotation:annotation:1.1.0")
     api("androidx.core:core:1.1.0-rc01")
     implementation("androidx.collection:collection:1.1.0-rc01")