1
0
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:
Tom Hacohen 2020-02-11 22:57:35 +02:00
parent 202847f30c
commit 42c61ed087

View File

@ -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"