mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
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:
parent
d77d18a1c5
commit
0764012b87
8 changed files with 6 additions and 1151 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue