Skip to content

Commit

Permalink
修复merge冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Jul 2, 2022
1 parent 3980e52 commit a6b1aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion anylayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android {
}

dependencies {
compileOnly 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.github.goweii.VisualEffect:visualeffect-core:1.0.0'
implementation 'com.github.goweii.VisualEffect:visualeffect-blur:1.0.0'
implementation 'com.github.goweii.VisualEffect:visualeffect-view:1.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
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;

import java.util.Arrays;

import per.goweii.visualeffect.blur.BlurEffect;
Expand Down

0 comments on commit a6b1aee

Please sign in to comment.