This commit is contained in:
Yuriy Liskov
2025-11-26 19:33:49 +02:00
parent c5c21c9ec8
commit 65fa54fa21
4 changed files with 0 additions and 10 deletions

View File

@@ -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

View File

@@ -103,5 +103,3 @@ dependencies {
stmarketImplementation project(':appupdatechecker2')
stlegacyImplementation project(':appupdatechecker2')
}
apply from: 'custom-deps.gradle'

View File

@@ -1,3 +0,0 @@
dependencies {
}

View File

@@ -1,3 +0,0 @@
ext.customRepoBlock = { repoHandler ->
}