From 7a8d14c85c95f8e078e0a6b49b22bf859da6eca0 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 8 Dec 2018 03:16:23 +0100 Subject: 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 --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/build.gradle') 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) { -- cgit v1.2.3-59-g8ed1b