update crashlytics

This commit is contained in:
Milos Kozak 2017-03-02 23:02:07 +01:00
parent 5a45bd3751
commit c79ccf7ccb

View file

@ -140,7 +140,7 @@ dependencies {
wearcontrolWearApp project(path: ':wear', configuration: 'fullRelease')
compile fileTree(include: ['*.jar'], dir: 'libs')
compile('com.crashlytics.sdk.android:crashlytics:2.5.7@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
transitive = true;
}