We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644a145 commit 23ea0ecCopy full SHA for 23ea0ec
MPChartLib/build.gradle
@@ -49,6 +49,7 @@ dependencies {
49
implementation 'androidx.annotation:annotation:1.9.1'
50
implementation 'androidx.core:core:1.16.0'
51
implementation "androidx.activity:activity-ktx:1.10.1"
52
+ api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1"
53
testImplementation 'junit:junit:4.13.2'
54
}
55
app/src/main/AndroidManifest.xml
@@ -6,6 +6,7 @@
6
<application
7
android:allowBackup="true"
8
android:hardwareAccelerated="true"
9
+ android:name="info.hannes.logcat.LoggingApplication"
10
android:icon="@drawable/ic_launcher"
11
android:label="@string/app_name"
12
android:theme="@style/AppTheme">
0 commit comments