Skip to content

Way to remove tracker #200

Answered by hazuki0x0
Ygarr asked this question in Q&A
Discussion options

You must be logged in to vote

You can build without Firebase, just reverse the steps below for app/build.gradle and top level of build.gradle.
https://firebase.google.com/docs/crashlytics/get-started?platform=android
https://firebase.google.com/docs/android/setup

And remove the following code in app/build.gradle

android.applicationVariants.all { variant ->
    def googleTask = tasks.findByName("process${variant.name.capitalize()}GoogleServices")
    googleTask.enabled = "debug" != variant.name
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hazuki0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #199 on February 27, 2021 14:25.