Skip to content

Commit

Permalink
Fix the import of DoNotStrip
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocarli authored and tyronen committed Oct 30, 2015
1 parent 4efe5f4 commit a292059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import android.util.DisplayMetrics;

import com.facebook.common.soloader.SoLoaderShim;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.common.internal.DoNotStrip;

import static com.facebook.imagepipeline.webp.WebpSupportStatus.isWebpPlatformSupported;
import static com.facebook.imagepipeline.webp.WebpSupportStatus.isWebpHeader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import android.graphics.BitmapFactory;
import android.graphics.Rect;
import com.facebook.dalvikdistract.DalvikDistract;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.common.internal.DoNotStrip;

import static com.facebook.imagepipeline.webp.WebpSupportStatus.sIsWebpSupportRequired;

Expand Down

0 comments on commit a292059

Please sign in to comment.