Skip to content

Commit

Permalink
add timber dependency for logging
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
Souleymane Sidibe committed Aug 14, 2021
1 parent 8dbd558 commit bdbcc88
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Device module depends on Data.

## Todo
* Unit tests and UI testing
* Centralize dependencies
* Animation between Composables
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ dependencies {
implementation("androidx.compose.material:material-icons-extended:${compose_version}")
implementation("com.google.accompanist:accompanist-systemuicontroller:0.14.0")

implementation("com.jakewharton.timber:timber:5.0.1")

implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha03")
// implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.3.1")
implementation("androidx.activity:activity-compose:1.3.1")
Expand Down
2 changes: 2 additions & 0 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.10"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1"
implementation("io.insert-koin:koin-core:3.1.2")

implementation("com.jakewharton.timber:timber:5.0.1")
}
2 changes: 2 additions & 0 deletions device/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'

implementation("com.jakewharton.timber:timber:5.0.1")

def room_version = "2.3.0"
implementation("androidx.room:room-runtime:$room_version")
implementation("androidx.room:room-ktx:$room_version")
Expand Down
2 changes: 2 additions & 0 deletions domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1"
implementation("io.insert-koin:koin-core:3.1.2")

implementation("com.jakewharton.timber:timber:5.0.1")

testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1")
testImplementation("org.hamcrest:hamcrest-all:1.3")
Expand Down

0 comments on commit bdbcc88

Please sign in to comment.