We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03009eb + 66fb6ed commit 9204bbeCopy full SHA for 9204bbe
2 files changed
.github/workflows/Android-CI-Espresso.yml
@@ -77,4 +77,4 @@ jobs:
77
if: ${{ always() }}
78
with:
79
name: Logcat-Lint-report
80
- path: sample/build/reports/lint-results.html
+ path: ./**/build/reports/lint-results*.html
sample/src/main/AndroidManifest.xml
@@ -13,8 +13,7 @@
13
14
<activity
15
android:name="info.hannes.logcat.MainActivity"
16
- android:exported="true"
17
- android:label="@string/app_name">
+ android:exported="true">
18
<intent-filter>
19
<action android:name="android.intent.action.MAIN" />
20
0 commit comments