Skip to content

Commit

Permalink
Merge pull request #126 from dpa99c/master
Browse files Browse the repository at this point in the history
Update to enable integration with Firebase. Fixes #121.
  • Loading branch information
sarriaroman authored Mar 22, 2018
2 parents 32c56bc + b41ff63 commit ebb15e6
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This is a [Cordova](http://cordova.apache.org/) plugin for [Fabric.io](https://w

It requires Cordova 3.x or newer (tested on 5.4.0) and has APIs for iOS and Android.

The iOS version uses Fabric SDK 1.6.12 and Crashlytics SDK 3.8.5 framework bundles which are located in `lib/ios`.
The iOS version uses Fabric SDK 1.7.5 and Crashlytics SDK 3.10.1 framework bundles which are located in `lib/ios`.

The Android version uses Gradle to get the Fabric SDK (`io.fabric.tools:gradle:1.+`) and the Crashlytics SDK (`com.crashlytics.sdk.android:crashlytics:2.6.8`) from Maven repositories when the plugin is added.
The Android version uses Gradle to get the Fabric SDK (`io.fabric.tools:gradle:1.+`) and the Crashlytics SDK (`com.crashlytics.sdk.android:crashlytics:2.9.1`) from Maven repositories when the plugin is added.

# Install

Expand Down
Binary file modified lib/ios/Crashlytics.framework/Crashlytics
Binary file not shown.
Binary file modified lib/ios/Crashlytics.framework/Info.plist
Binary file not shown.
Binary file modified lib/ios/Crashlytics.framework/submit
Binary file not shown.
Binary file modified lib/ios/Crashlytics.framework/uploadDSYM
Binary file not shown.
Binary file modified lib/ios/Fabric.framework/Fabric
Binary file not shown.
Binary file modified lib/ios/Fabric.framework/Info.plist
Binary file not shown.
Binary file modified lib/ios/Fabric.framework/uploadDSYM
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/ios/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ https://github.com/CocoaPods/Specs/blob/master/Specs/Crashlytics/3.8.5/Crashlyti

Framework package ZIPs:

https://kit-downloads.fabric.io/cocoapods/fabric/1.7.2/fabric.zip
https://kit-downloads.fabric.io/cocoapods/crashlytics/3.9.3/crashlytics.zip
https://kit-downloads.fabric.io/cocoapods/fabric/1.7.5/fabric.zip
https://kit-downloads.fabric.io/cocoapods/crashlytics/3.10.1/crashlytics.zip
2 changes: 1 addition & 1 deletion src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

dependencies {
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true;
}
}
Expand Down

0 comments on commit ebb15e6

Please sign in to comment.