Adjust download badge color again

This commit is contained in:
arkon
2020-08-02 23:03:24 -04:00
parent 40a9595012
commit 912687ac78
7 changed files with 17 additions and 17 deletions

View File

@ -76,6 +76,6 @@ internal class ExtensionGithubApi {
companion object {
const val BASE_URL = "https://raw.githubusercontent.com/"
private const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/"
const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/"
}
}

View File

@ -37,6 +37,6 @@ interface ExtensionGithubService {
}
}
@GET("/inorichi/tachiyomi-extensions/repo/index.json.gz")
@GET("${ExtensionGithubApi.REPO_URL_PREFIX}index.json.gz")
suspend fun getRepo(): JsonArray
}