mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
use stable repository handler instead of dependency resolution management
This commit is contained in:
parent
88a52db4d8
commit
276022b624
@ -15,6 +15,13 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.google.devtools.ksp") version("1.9.0-1.0.12") apply false
|
||||
}
|
||||
|
@ -1,11 +1,3 @@
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "LibreTube"
|
||||
|
||||
include(":app")
|
||||
|
Loading…
Reference in New Issue
Block a user