use different (older) crashlytics (untested)

For some reason my laptop wouldn't build without this change. No idea
what happened to the newer version I was using or if the change
works (beyond compiling). Should be easy to find the change later if
it's a problem.
This commit is contained in:
Eric House 2018-08-07 08:57:14 -07:00
parent d23307f0ef
commit 02781c5113

View file

@ -205,7 +205,7 @@ dependencies {
// 2.6.8 is probably as far forward as I can go without upping my
// min-supported SDK version
xw4dImplementation('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
xw4dImplementation('com.crashlytics.sdk.android:crashlytics:2.6.3@aar') {
transitive = true;
}
}