From 40fd7bf40f698b7670003cd28bc8db484c8615dc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 7 Jul 2020 23:35:18 +0800 Subject: Prepare to add composing private message feature. --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 76f05962..e70eeda9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,6 +87,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" + // androidX startup for auto-init + implementation "androidx.startup:startup-runtime:1.0.0-alpha01" + //crashy + implementation 'com.github.CraZyLegenD:Crashy:1.0.3' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" -- cgit v1.2.3