Skip to content

Commit

Permalink
[Build] Fixed lint errors
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591939653
  • Loading branch information
hunterstich committed Dec 19, 2023
1 parent 15b533f commit d9796eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -27,5 +27,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:importantForAutofill="no"
android:text="@string/cat_chip_edit_text"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
Expand Up @@ -19,7 +19,6 @@
import io.material.catalog.R;

import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.DialogInterface.OnDismissListener;
import android.os.Build.VERSION_CODES;
Expand Down Expand Up @@ -54,7 +53,6 @@
* A helper class which manages all configuration UI presented in {@link
* TransitionContainerTransformDemoFragment}.
*/
@TargetApi(VERSION_CODES.ICE_CREAM_SANDWICH)
public class ContainerTransformConfigurationHelper {

private static final String CUBIC_CONTROL_FORMAT = "%.3f";
Expand Down

0 comments on commit d9796eb

Please sign in to comment.