Skip to content

Commit 88eeaf5

Browse files
Disable lint checks for release builds
1 parent a7194a2 commit 88eeaf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ android {
4545
targetCompatibility = JavaVersion.VERSION_1_8
4646
}
4747

48+
android {
49+
lintOptions {
50+
checkReleaseBuilds false
51+
}
52+
}
4853
}
4954

5055
dependencies {

0 commit comments

Comments
 (0)