File tree 3 files changed +7
-12
lines changed 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ android {
29
29
dependencies {
30
30
implementation fileTree(dir : " libs" , include : [" *.jar" ])
31
31
implementation project(' :flow-kit' )
32
- implementation ' com.zeoflow:material-elements:2.4.5 '
32
+ implementation ' com.zeoflow:material-elements:2.5.0 '
33
33
}
Original file line number Diff line number Diff line change @@ -34,12 +34,14 @@ dependencies {
34
34
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
35
35
36
36
implementation ' com.zeoflow:zson:1.3.0'
37
- implementation ' com.zeoflow:material-elements:2.4.5'
38
- implementation ' com.zeoflow:stylar:1.1.0'
37
+ implementation ' com.zeoflow:material-elements:2.5.0'
38
+ implementation(' com.zeoflow:stylar:1.1.0' ) {
39
+ exclude group : ' com.zeoflow' , module : ' flow-kit'
40
+ }
39
41
40
42
implementation ' androidx.appcompat:appcompat:1.3.0'
41
43
implementation ' androidx.recyclerview:recyclerview:1.2.1'
42
- implementation ' androidx.fragment:fragment:1.3.4 '
44
+ implementation ' androidx.fragment:fragment:1.3.5 '
43
45
44
46
implementation(" com.google.guava:guava:30.0-android" )
45
47
implementation(" com.google.crypto.tink:tink-android:1.5.0" )
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.zeoflow.flow.kit" >
5
5
6
- <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
7
- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
8
- android : maxSdkVersion =" 28" />
9
- <uses-permission android : name =" android.permission.MANAGE_EXTERNAL_STORAGE"
10
- tools : ignore =" ScopedStorage" />
11
-
12
- <application
13
- android : requestLegacyExternalStorage =" true" >
6
+ <application >
14
7
15
8
<provider
16
9
android : name =" com.zeoflow.initializer.ZeoFlowInitProvider"
You can’t perform that action at this time.
0 commit comments