1
0
mirror of https://github.com/etesync/android synced 2024-10-31 20:58:58 +00:00

Update ACRA.

This commit is contained in:
Tom Hacohen 2019-01-05 15:50:34 +00:00
parent d67fa654ee
commit 16b7747d9f
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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() {