Skip to content

Commit

Permalink
update Fabric initialize (#28)
Browse files Browse the repository at this point in the history
update Fabric initialize
  • Loading branch information
hansemannn authored Nov 27, 2019
2 parents 8cf23b1 + 68e2923 commit d491dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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

0 comments on commit d491dfd

Please sign in to comment.