mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Removed ROD dependency
This commit is contained in:
parent
7f7ba52119
commit
8810eecd10
2 changed files with 0 additions and 4 deletions
|
|
@ -84,9 +84,6 @@ dependencies {
|
||||||
// Square - Canary
|
// Square - Canary
|
||||||
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
// 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
|
// Crash Report
|
||||||
debugImplementation 'com.balsikandar.android:crashreporter:1.1.0'
|
debugImplementation 'com.balsikandar.android:crashreporter:1.1.0'
|
||||||
}
|
}
|
||||||
|
|
@ -20,7 +20,6 @@ public class App extends Application {
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
// RedScreenOfDeath.init(this);
|
|
||||||
CrashReporter.initialize(this);
|
CrashReporter.initialize(this);
|
||||||
|
|
||||||
SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());
|
SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue