Skip to content

Commit

Permalink
Re-enable lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Feb 28, 2021
1 parent 0c17bc7 commit c9d7f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
disable 'MissingTranslation'
}
//lintOptions {
// disable 'MissingTranslation'
//}
}

dependencies {
Expand Down

0 comments on commit c9d7f3a

Please sign in to comment.