feat: add config for keep self revoked msg

Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
ACh Sulfate
2022-08-07 20:54:21 +08:00
parent 09ad6e078d
commit a227f597f1
4 changed files with 231 additions and 12 deletions

View File

@@ -152,6 +152,7 @@ dependencies {
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3")
implementation("io.noties.markwon:core:4.6.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlin:kotlin-reflect:" + Version.kotlin)
implementation("com.google.android.material:material:1.6.1")
implementation("com.google.android.flexbox:flexbox:3.0.0")
implementation("com.afollestad.material-dialogs:core:3.3.0")