Skip to content

Commit 2f3e876

Browse files
committed
Fix: Disable strict lint checks for release build
1 parent ce60c23 commit 2f3e876

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

android/app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ android {
3737
signingConfig = signingConfigs.getByName("debug")
3838
}
3939
}
40+
41+
lint {
42+
checkReleaseBuilds = false
43+
abortOnError = false
44+
}
4045
}
4146

4247
flutter {

0 commit comments

Comments
 (0)