mirror of
https://github.com/etesync/android
synced 2024-10-31 20:58:58 +00:00
Update ACRA.
This commit is contained in:
parent
d67fa654ee
commit
16b7747d9f
@ -126,7 +126,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
def acraVersion = '5.0.1'
|
||||
def acraVersion = '5.2.1'
|
||||
implementation "ch.acra:acra-mail:$acraVersion"
|
||||
implementation "ch.acra:acra-toast:$acraVersion"
|
||||
def supportVersion = '27.1.1'
|
||||
|
@ -77,7 +77,7 @@ import io.requery.sql.EntityDataStore
|
||||
import okhttp3.internal.tls.OkHostnameVerifier
|
||||
|
||||
@AcraCore(buildConfigClass = BuildConfig::class, logcatArguments = arrayOf("-t", "500", "-v", "time"))
|
||||
@AcraMailSender(mailTo = "reports@etesync.com", subject = R.string.crash_email_subject, reportFileName = "ACRA-report.stacktrace.json")
|
||||
@AcraMailSender(mailTo = "reports@etesync.com", resSubject = R.string.crash_email_subject, reportFileName = "ACRA-report.stacktrace.json")
|
||||
@AcraToast(resText = R.string.crash_message, length = Toast.LENGTH_LONG)
|
||||
class App : Application() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user