Skip to content

Acra-5.5.0

Compare
Choose a tag to compare
@F43nd1r F43nd1r released this 27 Dec 01:19
· 816 commits to master since this release
  • switch to androidx
  • #768 allow to pass extras to sender
  • new module acra-core-kts with kotlin convenience methods, e.g.
        initAcra {
            setBuildConfigClass(BuildConfig::class.java)
            setReportFormat(StringFormat.JSON)
            plugin<HttpSenderConfigurationBuilder> { 
                setHttpMethod(HttpSender.Method.POST)
            }
        }

can replace java-style builders and ACRA.init()