fix build

Change-Id: I3ded33c09e1b393d1a62cc6738474704e0d3141e
diff --git a/src/com/android/ex/chips/RecipientEditTextView.java b/src/com/android/ex/chips/RecipientEditTextView.java
index a9df27f..8f71782 100644
--- a/src/com/android/ex/chips/RecipientEditTextView.java
+++ b/src/com/android/ex/chips/RecipientEditTextView.java
@@ -387,7 +387,7 @@
 
         // Custom action labels are discouraged in L; a checkmark icon is shown in place of the
         // custom text in this case.
-        outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.L ? null :
+        outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null :
             getContext().getString(R.string.action_label);
         return connection;
     }