We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3980e52 commit a6b1aeeCopy full SHA for a6b1aee
2 files changed
anylayer/build.gradle
@@ -5,7 +5,6 @@ android {
5
}
6
7
dependencies {
8
- compileOnly 'androidx.appcompat:appcompat:1.2.0'
9
implementation 'com.github.goweii.VisualEffect:visualeffect-core:1.0.0'
10
implementation 'com.github.goweii.VisualEffect:visualeffect-blur:1.0.0'
11
implementation 'com.github.goweii.VisualEffect:visualeffect-view:1.0.0'
anylayer/src/main/java/per/goweii/anylayer/dialog/BackdropBlurView.java
@@ -4,11 +4,10 @@
4
import android.graphics.Canvas;
import android.graphics.Path;
import android.graphics.RectF;
+import android.support.annotation.NonNull;
import android.util.AttributeSet;
import android.view.View;
-import androidx.annotation.NonNull;
-
12
import java.util.Arrays;
13
14
import per.goweii.visualeffect.blur.BlurEffect;
0 commit comments