add additional gradle deps

This commit is contained in:
Yuriy Liskov
2025-07-07 02:55:03 +03:00
parent b9def78933
commit d1d319b2ed
3 changed files with 5 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ allprojects {
// IntelliJ 'Read timed out' (error 403)
// https://stackoverflow.com/questions/74258160/is-jcenter-down-permanently-31-oct
//jcenter()
gradle.ext.customRepoBlock()
gradle.ext.customRepoBlock(delegate)
}
configurations.all {
// WorkManager conflict resolution

View File

@@ -241,3 +241,5 @@ dependencies {
implementation 'net.gotev:speech:' + gotevSpeechVersion
}
apply from: 'custom-deps.gradle'

View File

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