mirror of
https://github.com/Michatec/Radio.git
synced 2026-03-31 23:46:28 +02:00
Remove unused repositories block in build.gradle
Removed unused repositories block from allprojects.
This commit is contained in:
@@ -6,12 +6,6 @@ plugins {
|
|||||||
id 'org.jetbrains.kotlin.android' version "2.3.20" apply false
|
id 'org.jetbrains.kotlin.android' version "2.3.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register('clean', Delete) {
|
tasks.register('clean', Delete) {
|
||||||
delete rootProject.buildDir()
|
delete rootProject.buildDir()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user