Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Fabric initialize #28

Merged
merged 3 commits into from
Nov 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ nbproject
ios/firebase.analytics-iphone-*.zip
/ios/dist
android/.gradle

java-sources.txt
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.1.1
version: 1.1.2
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: titanium-crashlytics
Expand Down
4 changes: 0 additions & 4 deletions android/src/ti/crashlytics/TitaniumCrashlyticsModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public class TitaniumCrashlyticsModule extends KrollModule
public TitaniumCrashlyticsModule()
{
super();
}

@Kroll.method
public void init() {
Fabric.with(TiApplication.getAppRootOrCurrentActivity(), new Crashlytics());
}

Expand Down