Skip to content

Commit

Permalink
workaround for JakeWharton/timber#328
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Apr 15, 2019
1 parent 16293e6 commit e3a0282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,9 @@ task copyFileForFixture(type: com.novoda.gradle.command.Files) {
script {
push "tests/script/screenshot.jpg", "/sdcard/Android/data/org.totschnig.myexpenses.fortest/files/screenshot.jpg"
}
}
}

configurations {
cleanedAnnotations
compile.exclude group: 'org.jetbrains' , module:'annotations'
}

0 comments on commit e3a0282

Please sign in to comment.