mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-12-30 18:40:27 -06:00
add additional gradle deps
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -241,3 +241,5 @@ dependencies {
|
||||
|
||||
implementation 'net.gotev:speech:' + gotevSpeechVersion
|
||||
}
|
||||
|
||||
apply from: 'custom-deps.gradle'
|
||||
|
||||
2
smarttubetv/custom-deps.gradle
Normal file
2
smarttubetv/custom-deps.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
dependencies {
|
||||
}
|
||||
Reference in New Issue
Block a user