Skip to content

Commit

Permalink
Merge pull request #9 from AliElDerawi/enhancements
Browse files Browse the repository at this point in the history
feat: Disable NotificationPermission check from Lint since the app do…
  • Loading branch information
AliElDerawi authored Jan 4, 2025
2 parents a89d28c + 59b5eb9 commit 24dd250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

lintOptions {
disable("NotificationPermission")
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 24dd250

Please sign in to comment.