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/browser/build.gradle b/browser/build.gradle
index cc949c5..fcbe5bd 100644
--- a/browser/build.gradle
+++ b/browser/build.gradle
@@ -16,7 +16,7 @@
 
 dependencies {
     api("androidx.core:core:1.1.0-rc01")
-    api("androidx.annotation:annotation:1.1.0-rc01")
+    api("androidx.annotation:annotation:1.1.0")
     api(project(":interpolator"))
     api("androidx.collection:collection:1.1.0-rc01")