mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
Removed ROD dependency
This commit is contained in:
@@ -84,9 +84,6 @@ dependencies {
|
||||
// Square - Canary
|
||||
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
||||
|
||||
// Red screen of death
|
||||
// debugImplementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
|
||||
|
||||
// Crash Report
|
||||
debugImplementation 'com.balsikandar.android:crashreporter:1.1.0'
|
||||
}
|
||||
@@ -20,7 +20,6 @@ public class App extends Application {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
// RedScreenOfDeath.init(this);
|
||||
CrashReporter.initialize(this);
|
||||
|
||||
SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());
|
||||
|
||||
Reference in New Issue
Block a user