At TeamX we deliver android apps using a special flow. I tried to describe it through this slides. Presented at Dakar Android user group session of 24, Feb 2018
Report private void configureLogs(){ Timber.plant(BuildConfig.DEBUG ? new Timber.DebugTree() : new CrashReportingTree()); Fabric.with(this, new Crashlytics()); }