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 c91ac3b commit 8ae2491Copy full SHA for 8ae2491
.github/workflows/android.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
- - name: set up JDK 11
+ - name: set up JDK 17
17
uses: actions/setup-java@v4
18
with:
19
java-version: '17'
app/build.gradle.kts
@@ -70,6 +70,9 @@ android {
70
excludes += "/META-INF/{AL2.0,LGPL2.1}"
71
}
72
73
+ lint {
74
+ baseline = file("lint-baseline.xml")
75
+ }
76
77
78
dependencies {
app/lint-baseline.xml
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<issues format="6" by="lint 8.7.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.3)" variant="fatal" version="8.7.3">
3
+
4
+</issues>
0 commit comments