Skip to content

Commit ebb15e6

Browse files
authored
Merge pull request #126 from dpa99c/master
Update to enable integration with Firebase. Fixes #121.
2 parents 32c56bc + b41ff63 commit ebb15e6

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This is a [Cordova](http://cordova.apache.org/) plugin for [Fabric.io](https://w
66

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

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

11-
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.
11+
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.
1212

1313
# Install
1414

130 KB
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/ios/Fabric.framework/Fabric

25.8 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/ios/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ https://github.com/CocoaPods/Specs/blob/master/Specs/Crashlytics/3.8.5/Crashlyti
1111

1212
Framework package ZIPs:
1313

14-
https://kit-downloads.fabric.io/cocoapods/fabric/1.7.2/fabric.zip
15-
https://kit-downloads.fabric.io/cocoapods/crashlytics/3.9.3/crashlytics.zip
14+
https://kit-downloads.fabric.io/cocoapods/fabric/1.7.5/fabric.zip
15+
https://kit-downloads.fabric.io/cocoapods/crashlytics/3.10.1/crashlytics.zip

src/android/build-extras.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
}
2323

2424
dependencies {
25-
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
25+
compile('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
2626
transitive = true;
2727
}
2828
}

0 commit comments

Comments
 (0)