Improve logging infrastructure

This commit is contained in:
NerdNumber9
2019-04-13 23:47:57 -04:00
parent dce685e711
commit d4f1014df6
6 changed files with 113 additions and 3 deletions

View File

@@ -269,6 +269,14 @@ dependencies {
// Firebase (EH)
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
// Better logging (EH)
implementation 'com.elvishew:xlog:1.6.1'
// Time utils (EH)
def typed_time_version = '1.0.2'
implementation "com.github.kizitonwose.time:time:$typed_time_version"
implementation "com.github.kizitonwose.time:time-android:$typed_time_version"
}
buildscript {