From 47515b87d0490f75dfb0705330f791035024533a Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 1 Aug 2019 00:29:29 +0800 Subject: Use Brige library and Android-State library to avoid TransactionTooLargeException during state saving and restoration. Minor bugs fixed. --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') 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' } -- cgit v1.2.3