Skip to content

Commit 113fa2e

Browse files
authored
Merge pull request #78 from zeoflow/crash-reporter
Crash Reporter auto initialized - `disabled`
2 parents 4e32614 + 3ac927c commit 113fa2e

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

catalog/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ android {
2929
dependencies {
3030
implementation fileTree(dir: "libs", include: ["*.jar"])
3131
implementation project(':flow-kit')
32-
33-
implementation 'com.zeoflow:material-elements:2.4.1'
32+
implementation 'com.zeoflow:material-elements:2.4.5'
3433
}

flow-kit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
3535

3636
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'
3838
implementation 'com.zeoflow:stylar:1.1.0'
3939

4040
implementation 'androidx.appcompat:appcompat:1.3.0'

flow-kit/src/main/java/com/zeoflow/initializer/ZeoFlowInitProvider.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public boolean onCreate()
7272
if (ZeoFlowApp.initializeApp(getContext()) == null)
7373
{
7474
throw new IllegalStateException("ZeoFlowApp initialization unsuccessful");
75-
} else
76-
{
77-
CrashReporter.initialize();
7875
}
7976
return false;
8077
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android.enableJetifier=true
2323
POM_NAME=FlowKit
2424
POM_ARTIFACT_ID=flow-kit
2525
POM_PACKAGING=aar
26-
VERSION_NAME=1.6.0
26+
VERSION_NAME=1.6.1
2727
GROUP=com.zeoflow
2828
POM_DESCRIPTION=An Android Library that comes with useful features and components
2929
POM_URL=https://github.com/zeoflow/flow-kit

0 commit comments

Comments
 (0)