Skip to content

Commit 064efe2

Browse files
authored
Added Support for RN 0.60.0 (#321)
Added Support for RN 0.60.0
2 parents ecf5f98 + 7dc337a commit 064efe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/src/main/java/com/cmcewen/blurview/BlurringView.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import android.graphics.Canvas;
88
import android.graphics.Color;
99
import android.graphics.drawable.ColorDrawable;
10-
import android.support.v8.renderscript.Allocation;
11-
import android.support.v8.renderscript.Element;
12-
import android.support.v8.renderscript.RenderScript;
13-
import android.support.v8.renderscript.ScriptIntrinsicBlur;
10+
import android.renderscript.Allocation;
11+
import android.renderscript.Element;
12+
import android.renderscript.RenderScript;
13+
import android.renderscript.ScriptIntrinsicBlur;
1414
import android.util.AttributeSet;
1515
import android.view.View;
1616

0 commit comments

Comments
 (0)