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

@@ -80,6 +80,7 @@ dependencies {
// Misc
implementation(Dependencies.Misc.appIntro)
implementation(Dependencies.Misc.materialSpinner)
implementation(Dependencies.Misc.materialProgressBar)
// Testing
testImplementation(Dependencies.Testing.junit)