File tree 7 files changed +13
-12
lines changed
src/main/java/per/goweii/anylayer/ktx
src/main/java/per/goweii/android/anylayer 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
8
8
dependencies {
9
9
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
10
- compileOnly ' androidx.core:core-ktx:1.3.2'
10
+ // compileOnly 'androidx.core:core-ktx:1.3.2'
11
11
compileOnly project(' :anylayer' )
12
12
compileOnly project(' :anylayer-ext' )
13
13
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import android.graphics.Bitmap
5
5
import android.graphics.drawable.Drawable
6
6
import android.support.annotation.*
7
7
import android.view.View
8
- import androidx.annotation.*
9
8
import per.goweii.anylayer.Layer
10
9
import per.goweii.anylayer.dialog.DialogLayer
11
10
import per.goweii.anylayer.ext.DefaultDialogOnSwipeListener
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ android {
5
5
}
6
6
7
7
dependencies {
8
- compileOnly ' com.android.support:appcompat-v7:28.0.0'
9
- implementation ' per.goweii.visualeffect:visualeffect-core:1.0.0'
10
- implementation ' per.goweii.visualeffect:visualeffect-blur:1.0.0'
11
- implementation ' per.goweii.visualeffect:visualeffect-view:1.0.0'
8
+ implementation ' per.goweii.visualeffect:visualeffect-core:1.0.3'
9
+ implementation ' per.goweii.visualeffect:visualeffect-blur:1.0.3'
10
+ implementation ' per.goweii.visualeffect:visualeffect-view:1.0.3'
12
11
}
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ android {
25
25
26
26
dependencies {
27
27
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
28
- implementation ' androidx.appcompat :appcompat:1.2 .0'
29
- implementation ' androidx.cardview :cardview:1 .0.0'
30
- implementation ' androidx.startup:startup-runtime:1.0.0'
28
+ implementation ' com.android.support :appcompat-v7:28.0 .0'
29
+ implementation ' com.android.support :cardview-v7:28 .0.0'
30
+ // implementation 'androidx.startup:startup-runtime:1.0.0'
31
31
implementation ' com.github.goweii:StatusBarCompat:1.2.1'
32
32
implementation project(' :anylayer' )
33
33
implementation project(' :anylayer-ext' )
34
34
implementation project(' :anylayer-ktx' )
35
- implementation project(' :anylayer-startup' )
35
+ // implementation project(':anylayer-startup')
36
36
}
Original file line number Diff line number Diff line change 3
3
import android .app .Application ;
4
4
import android .os .Handler ;
5
5
6
+ import per .goweii .anylayer .AnyLayer ;
7
+
6
8
/**
7
9
* @author CuiZhen
8
10
* @date 2019/3/10
@@ -17,5 +19,6 @@ public class App extends Application {
17
19
@ Override
18
20
public void onCreate () {
19
21
super .onCreate ();
22
+ AnyLayer .init (this );
20
23
}
21
24
}
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ android {
24
24
25
25
dependencies {
26
26
implementation fileTree(dir : " libs" , include : [" *.jar" , " *.aar" ])
27
- compileOnly ' androidx.appcompat :appcompat:1.2 .0'
27
+ compileOnly ' com.android.support :appcompat-v7:28.0 .0'
28
28
}
Original file line number Diff line number Diff line change 1
- include ' :anylayer-startup'
1
+ // include ':anylayer-startup'
2
2
include ' :anylayer-ktx'
3
3
include ' :app'
4
4
include ' :anylayer'
You can’t perform that action at this time.
0 commit comments