Replace with ACRA bug reporter.

This commit is contained in:
Amine Bou
2018-05-21 21:39:23 +02:00
parent 9f94af6239
commit 218b8fa843
13 changed files with 129 additions and 38 deletions

View File

@@ -38,6 +38,10 @@ repositories {
}
android {
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
@@ -164,6 +168,10 @@ dependencies {
implementation 'androidx.core:core-ktx:0.3'
// Crash
implementation "ch.acra:acra-http:5.1.3"
implementation "ch.acra:acra-dialog:5.1.3"
}