Skip to content

Commit

Permalink
Merge pull request #78 from zeoflow/crash-reporter
Browse files Browse the repository at this point in the history
Crash Reporter auto initialized - `disabled`
  • Loading branch information
teogor authored Jun 15, 2021
2 parents 4e32614 + 3ac927c commit 113fa2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':flow-kit')

implementation 'com.zeoflow:material-elements:2.4.1'
implementation 'com.zeoflow:material-elements:2.4.5'
}
2 changes: 1 addition & 1 deletion flow-kit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.zeoflow:zson:1.3.0'
implementation 'com.zeoflow:material-elements:2.4.4'
implementation 'com.zeoflow:material-elements:2.4.5'
implementation 'com.zeoflow:stylar:1.1.0'

implementation 'androidx.appcompat:appcompat:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ public boolean onCreate()
if (ZeoFlowApp.initializeApp(getContext()) == null)
{
throw new IllegalStateException("ZeoFlowApp initialization unsuccessful");
} else
{
CrashReporter.initialize();
}
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android.enableJetifier=true
POM_NAME=FlowKit
POM_ARTIFACT_ID=flow-kit
POM_PACKAGING=aar
VERSION_NAME=1.6.0
VERSION_NAME=1.6.1
GROUP=com.zeoflow
POM_DESCRIPTION=An Android Library that comes with useful features and components
POM_URL=https://github.com/zeoflow/flow-kit
Expand Down

0 comments on commit 113fa2e

Please sign in to comment.