Introduce RootServices to the app

This commit is contained in:
topjohnwu
2021-12-13 00:16:53 -08:00
parent de3747d65e
commit edcf9f1b0c
6 changed files with 97 additions and 46 deletions

View File

@@ -94,9 +94,10 @@ dependencies {
implementation("io.noties.markwon:image:${vMarkwon}")
implementation("com.caverock:androidsvg:1.4")
val vLibsu = "3.2.0"
val vLibsu = "3.2.1"
implementation("com.github.topjohnwu.libsu:core:${vLibsu}")
implementation("com.github.topjohnwu.libsu:io:${vLibsu}")
implementation("com.github.topjohnwu.libsu:service:${vLibsu}")
val vRetrofit = "2.9.0"
implementation("com.squareup.retrofit2:retrofit:${vRetrofit}")