update fabric
This commit is contained in:
parent
2c2d837079
commit
aa8fa729ad
|
@ -140,10 +140,10 @@ dependencies {
|
||||||
wearcontrolWearApp project(path: ':wear', configuration: 'fullRelease')
|
wearcontrolWearApp project(path: ':wear', configuration: 'fullRelease')
|
||||||
|
|
||||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
compile('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
|
compile('com.crashlytics.sdk.android:crashlytics:2.6.7@aar') {
|
||||||
transitive = true;
|
transitive = true;
|
||||||
}
|
}
|
||||||
compile('com.crashlytics.sdk.android:answers:1.3.11@aar') {
|
compile('com.crashlytics.sdk.android:answers:1.3.12@aar') {
|
||||||
transitive = true;
|
transitive = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue