File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
src/main/java/com/zeoflow/initializer Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,5 @@ android {
29
29
dependencies {
30
30
implementation fileTree(dir : " libs" , include : [" *.jar" ])
31
31
implementation project(' :flow-kit' )
32
-
33
- implementation ' com.zeoflow:material-elements:2.4.1'
32
+ implementation ' com.zeoflow:material-elements:2.4.5'
34
33
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ 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.4 '
37
+ implementation ' com.zeoflow:material-elements:2.4.5 '
38
38
implementation ' com.zeoflow:stylar:1.1.0'
39
39
40
40
implementation ' androidx.appcompat:appcompat:1.3.0'
Original file line number Diff line number Diff line change @@ -72,9 +72,6 @@ public boolean onCreate()
72
72
if (ZeoFlowApp .initializeApp (getContext ()) == null )
73
73
{
74
74
throw new IllegalStateException ("ZeoFlowApp initialization unsuccessful" );
75
- } else
76
- {
77
- CrashReporter .initialize ();
78
75
}
79
76
return false ;
80
77
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android.enableJetifier=true
23
23
POM_NAME =FlowKit
24
24
POM_ARTIFACT_ID =flow-kit
25
25
POM_PACKAGING =aar
26
- VERSION_NAME =1.6.0
26
+ VERSION_NAME =1.6.1
27
27
GROUP =com.zeoflow
28
28
POM_DESCRIPTION =An Android Library that comes with useful features and components
29
29
POM_URL =https://github.com/zeoflow/flow-kit
You can’t perform that action at this time.
0 commit comments