Encrypt logs before handing them to crash report process

This commit is contained in:
Torsten Grote
2021-02-04 10:08:59 -03:00
parent 700ea2b387
commit 21112ce092
23 changed files with 459 additions and 54 deletions

View File

@@ -136,6 +136,7 @@ dependencies {
testImplementation "org.jmock:jmock:$jmockVersion"
testImplementation "org.jmock:jmock-junit4:$jmockVersion"
testImplementation "org.jmock:jmock-legacy:$jmockVersion"
testAnnotationProcessor "com.google.dagger:dagger-compiler:2.24"
androidTestImplementation project(path: ':bramble-api', configuration: 'testOutput')
androidTestImplementation 'androidx.test.ext:junit:1.1.2'