You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2020. It is now read-only.
Still they are required by build.gradle (and checked before anything is actually build) You can add build flavors like
productFlavors {
play {
}
free {
}
}
and then marking the dependcies only with playCompile instead of compile. After that you can move all flavor related stuff out of src/main into /src/play or src/free instead. If this is possible with your app requires deeper knoledge of how and why those services are used.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Google Analytics (and most likely bugsnag?) is non-free software, could you provide a gradle flavor that does not require this?
The text was updated successfully, but these errors were encountered: