mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
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:
parent
d23307f0ef
commit
02781c5113
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue