Automatically resolve circular's direct URL

This commit is contained in:
2021-02-01 23:32:24 +01:00
committed by Matte23
parent 78bfec6919
commit fdd817c827
22 changed files with 338 additions and 44 deletions

View File

@@ -88,6 +88,7 @@ object Dependencies {
const val jsoup = "org.jsoup:jsoup:1.13.1"
const val appIntro = "com.github.AppIntro:AppIntro:6.0.0"
const val materialSpinner = "com.github.tiper:MaterialSpinner:1.4.2"
const val materialProgressBar = "me.zhanghai.android.materialprogressbar:library:1.6.1"
}
object Testing {