Upgrade ACRA

This commit is contained in:
wb9688 2017-11-10 15:36:13 +01:00
parent a09c8934fc
commit ac53eeb76d
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ dependencies {
implementation 'com.android.support:preference-v14:27.0.0'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'ch.acra:acra:4.9.0'
implementation 'ch.acra:acra:4.9.2'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'de.hdodenhof:circleimageview:2.2.0'

View File

@ -160,7 +160,7 @@ public class ErrorActivity extends AppCompatActivity {
key = k;
}
}
String[] el = new String[]{report.get(key)};
String[] el = new String[]{report.get(key).toString()};
Intent intent = new Intent(context, ErrorActivity.class);
intent.putExtra(ERROR_INFO, errorInfo);