mirror of
https://github.com/etesync/android
synced 2024-11-14 03:39:52 +00:00
Bump journalmanager dependency (fixes crash in login page).
The login page was crashing when you were putting the app in the background. This is because the userinfo class wasn't serializable. This was fixed in the newer version of the journalmanager library.
This commit is contained in:
parent
202847f30c
commit
42c61ed087
@ -133,7 +133,7 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation "org.jetbrains.anko:anko-commons:0.10.4"
|
||||
|
||||
implementation "com.etesync:journalmanager:1.0.2"
|
||||
implementation "com.etesync:journalmanager:1.0.4"
|
||||
|
||||
def acraVersion = '5.3.0'
|
||||
implementation "ch.acra:acra-mail:$acraVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user