diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:16:23 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:17:19 +0100 |
commit | 7a8d14c85c95f8e078e0a6b49b22bf859da6eca0 (patch) | |
tree | 7d677e6a65366b2ddb3ed680f170f9f937c7f67e /app/build.gradle | |
parent | d1e85633fbe8d871355d2b9feb51e2c9983d8a21 (diff) |
Remove ACRA
This was requested by developers who never wound up using it. It's not
really worth keeping around, since the play console gives us most of
what we need anyway.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index f0ed927c..74fc93b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,6 @@ android { } ext { - acraVersion = '5.2.0-rc2' databindingVersion = '3.1.3' jsr305Version = '3.0.2' streamsupportVersion = '1.6.0' @@ -86,7 +85,6 @@ dependencies { implementation "com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion" implementation "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion" implementation "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion" - implementation "ch.acra:acra-http:$acraVersion" } tasks.withType(JavaCompile) { |