forked from DicioTeam/dicio-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
24 lines (21 loc) · 770 Bytes
/
settings.gradle
File metadata and controls
24 lines (21 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include ':app'
// Uncomment these lines to use a local copy of the projects, instead of letting Gradle fetch them
// from Jitpack. You may want to change the paths in `includeBuild()` if you don't have those
// projects in the same folder as this project.
/*
includeBuild('../dicio-skill') {
dependencySubstitution {
substitute module('com.github.Stypox:dicio-skill') using project(':skill')
}
}
includeBuild('../dicio-numbers') {
dependencySubstitution {
substitute module('com.github.Stypox:dicio-numbers') using project(':numbers')
}
}
includeBuild('../dicio-sentences-compiler') {
dependencySubstitution {
substitute module('com.github.Stypox:dicio-sentences-compiler') using project(':sentences_compiler')
}
}
/**/