Mycroft-Android
Mycroft-Android copied to clipboard
Why is it using Google Crashlytics and asking for a google services .json?
Being an open-sourced voice assistant, it should not be utilizing anything google related. I thought the whole point was to reclaim privacy, not send it back to google.
Btw I just needed to edit:
For both both:
build.gradle.kts
Make sure to comment out firebase / google related stuff. No sure why we need to do this in the first place. I think by default these should be commented or at least be toggled by a setting of somekind.
plugins {
id("com.android.application")
// id("com.google.firebase.crashlytics")
kotlin("android")
// id("com.google.gms.google-services")
}
And
// classpath("com.google.gms:google-services:4.3.10")
// classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.0")