From 65fa54fa21923b7f48503d81e4868cba47265eca Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Wed, 26 Nov 2025 19:33:49 +0200 Subject: [PATCH] cleanup --- build.gradle | 2 -- common/build.gradle | 2 -- common/custom-deps.gradle | 3 --- custom-repos.gradle | 3 --- 4 files changed, 10 deletions(-) delete mode 100644 common/custom-deps.gradle delete mode 100644 custom-repos.gradle diff --git a/build.gradle b/build.gradle index a8dd003f2..9e4a329b9 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/common/build.gradle b/common/build.gradle index 0341fef83..ea11c127f 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -103,5 +103,3 @@ dependencies { stmarketImplementation project(':appupdatechecker2') stlegacyImplementation project(':appupdatechecker2') } - -apply from: 'custom-deps.gradle' diff --git a/common/custom-deps.gradle b/common/custom-deps.gradle deleted file mode 100644 index 23f28b991..000000000 --- a/common/custom-deps.gradle +++ /dev/null @@ -1,3 +0,0 @@ -dependencies { - -} \ No newline at end of file diff --git a/custom-repos.gradle b/custom-repos.gradle deleted file mode 100644 index bfbc7dfe0..000000000 --- a/custom-repos.gradle +++ /dev/null @@ -1,3 +0,0 @@ -ext.customRepoBlock = { repoHandler -> - -} \ No newline at end of file