aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-31 16:29:29 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-31 16:29:29 +0000
commit47515b87d0490f75dfb0705330f791035024533a (patch)
treee21178cfaa1e4a1198d79b5a08f5061c2fd46e91 /app/build.gradle
parentdc23a302201985dd637b68ce40345090c59e92fe (diff)
downloadinfinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar.gz
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar.bz2
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar.lz
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar.xz
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.tar.zst
infinity-for-reddit-47515b87d0490f75dfb0705330f791035024533a.zip
Use Brige library and Android-State library to avoid TransactionTooLargeException during state saving and restoration. Minor bugs fixed.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 83263b79..b172df20 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,4 +76,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'com.libRG:customtextview:2.2'
implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1'
+ implementation 'com.github.livefront:bridge:v1.2.0'
+ implementation 'com.evernote:android-state:1.4.1'
+ annotationProcessor 'com.evernote:android-state-processor:1.4.1'
}