Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Sep 9, 2023
1 parent c8b20f6 commit dc0f43f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ subprojects {
}
}

lintOptions {
lint {
disable("VectorPath", "HardcodedText", "IconDuplicates", "ContentDescription")

if (agpVersion == "" || agpVersion.startsWith("7.4") || agpVersion.startsWith("8")) {
Expand Down
1 change: 1 addition & 0 deletions sample/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" apply false
id "com.gradle.enterprise" version "3.14.1"
}

if(!gradle.gradleVersion.startsWith("7")) {
Expand Down

0 comments on commit dc0f43f

Please sign in to comment.