Timber for all modules
This commit is contained in:
parent
7153837a80
commit
4136ba94e5
11 changed files with 22 additions and 12 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import extension.androidConfig
|
||||
import extension.commonDependencies
|
||||
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
|
|
@ -8,3 +9,7 @@ plugins {
|
|||
android {
|
||||
androidConfig(project)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
commonDependencies()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue