More gradle updates + remove tests

junrar -> 7.5.0
firebase -> 20.1.2
acra-http -> 5.9.3
java-string-similarity -> 2.0.0
com.google.guava (added)

Same as upstream, been broken for a while
This commit is contained in:
Jays2Kings 2022-05-02 15:14:38 -04:00
parent d77d18a1c5
commit 0764012b87
8 changed files with 6 additions and 1151 deletions

View file

@ -136,7 +136,7 @@ open class App : Application(), DefaultLifecycleObserver {
initAcra {
reportFormat = StringFormat.JSON
buildConfigClass = BuildConfig::class.java
excludeMatchingSharedPreferencesKeys = arrayOf(".*username.*", ".*password.*", ".*token.*")
excludeMatchingSharedPreferencesKeys = listOf(".*username.*", ".*password.*", ".*token.*")
httpSender {
uri = "https://collector.tracepot.com/e90773ff"
httpMethod = org.acra.sender.HttpSender.Method.PUT