Skip to content

Commit

Permalink
add checkReleaseBuilds: false
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingPanda0 committed Mar 27, 2023
1 parent b2283d6 commit e39618e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {

compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

Expand Down Expand Up @@ -59,6 +60,9 @@ android {
signingConfig signingConfigs.debug
}
}
lintOptions {
checkReleaseBuilds false
}
}

flutter {
Expand Down

0 comments on commit e39618e

Please sign in to comment.