Skip to content

Commit

Permalink
Build: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Oct 28, 2023
1 parent 05d7018 commit 891503f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vending-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ android {
aidl = true
}

lintOptions {
disable 'MissingTranslation'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 891503f

Please sign in to comment.