mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
build: restore JitPack repository
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
853ec27a0b
commit
09c54007d0
|
@ -39,6 +39,7 @@ internal fun Project.configureForAllProjects() {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
|
|
Loading…
Reference in a new issue