Timber for all modules

This commit is contained in:
Benoit Marty 2022-12-09 15:42:29 +01:00
parent 7153837a80
commit 4136ba94e5
11 changed files with 22 additions and 12 deletions

View file

@ -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()
}