Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Updated Fabric dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Aug 13, 2016
1 parent 6c63ed9 commit ff16aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {
compile 'me.grantland:autofittextview:0.2.+'

// Fabric
compile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') {
transitive = true;
}
compile('com.crashlytics.sdk.android:answers:1.3.8@aar') {
compile('com.crashlytics.sdk.android:answers:1.3.9@aar') {
transitive = true;
}

Expand Down

0 comments on commit ff16aaa

Please sign in to comment.