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 007f0c4 commit c96ee83Copy full SHA for c96ee83
MPChartLib/build.gradle
@@ -48,6 +48,7 @@ android {
48
dependencies {
49
implementation 'androidx.annotation:annotation:1.9.1'
50
implementation 'androidx.core:core:1.16.0'
51
+ api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1"
52
testImplementation 'junit:junit:4.13.2'
53
}
54
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