Skip to content

Commit

Permalink
Fix linter complaining about missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Oct 10, 2023
1 parent cfe9a3e commit 94e9d70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions play-services-location/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}

lintOptions {
disable 'MissingTranslation'
}

compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 4 additions & 0 deletions play-services-oss-licenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ android {
targetSdkVersion androidTargetSdk
}

lintOptions {
disable 'MissingTranslation'
}

compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 94e9d70

Please sign in to comment.