mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-12-21 05:59:56 -06:00
cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
apply from: gradle.ext.sharedModulesConstants
|
||||
apply from: 'custom-repos.gradle'
|
||||
|
||||
// NOT working
|
||||
// Running 'gradle wrapper' will generate gradlew
|
||||
@@ -37,7 +36,6 @@ allprojects {
|
||||
// IntelliJ 'Read timed out' (error 403)
|
||||
// https://stackoverflow.com/questions/74258160/is-jcenter-down-permanently-31-oct
|
||||
//jcenter()
|
||||
customRepoBlock(delegate)
|
||||
}
|
||||
configurations.all {
|
||||
// WorkManager conflict resolution
|
||||
|
||||
@@ -103,5 +103,3 @@ dependencies {
|
||||
stmarketImplementation project(':appupdatechecker2')
|
||||
stlegacyImplementation project(':appupdatechecker2')
|
||||
}
|
||||
|
||||
apply from: 'custom-deps.gradle'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
ext.customRepoBlock = { repoHandler ->
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user