Skip to content

Commit

Permalink
Better logging for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Jan 22, 2024
1 parent 5cc1ce7 commit 45f1733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'

plugins{
id 'com.adarshr.test-logger' version '4.0.0'
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation project(path: ':daemon')
Expand Down

0 comments on commit 45f1733

Please sign in to comment.