Skip to content

Commit 7dc337a

Browse files
author
deepanshujain
committed
android x changes
1 parent d1f3edd commit 7dc337a

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)