Skip to content

Commit 23ea0ec

Browse files
committed
Timber logging
1 parent 644a145 commit 23ea0ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MPChartLib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies {
4949
implementation 'androidx.annotation:annotation:1.9.1'
5050
implementation 'androidx.core:core:1.16.0'
5151
implementation "androidx.activity:activity-ktx:1.10.1"
52+
api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1"
5253
testImplementation 'junit:junit:4.13.2'
5354
}
5455

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<application
77
android:allowBackup="true"
88
android:hardwareAccelerated="true"
9+
android:name="info.hannes.logcat.LoggingApplication"
910
android:icon="@drawable/ic_launcher"
1011
android:label="@string/app_name"
1112
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)