summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-11 15:24:25 -0300
committerTorsten Grote <t@grobox.de>2020-08-11 16:08:56 -0300
commitd13be7c5c1be2492d38959a29e1b1c33df4938ff (patch)
tree3e4ae91e98c0388289779b3f8d972df196aa6a49 /wallet/build.gradle
parentf0670e2f3936f0223c02e9ec0d0de52f31a3539f (diff)
downloadtaler-android-d13be7c5c1be2492d38959a29e1b1c33df4938ff.tar.gz
taler-android-d13be7c5c1be2492d38959a29e1b1c33df4938ff.tar.bz2
taler-android-d13be7c5c1be2492d38959a29e1b1c33df4938ff.zip
[wallet] start to move deserialization into the backend API
and off the UI thread for less sluggish, i.e. more responsive UI
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index ef5ddfa..d0fd97d 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -20,6 +20,7 @@ plugins {
id "com.android.application"
id "kotlin-android"
id "kotlin-android-extensions"
+ id 'kotlinx-serialization'
id "de.undercouch.download"
}