summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-02-22 23:43:03 +0100
committerByteHamster <info@bytehamster.com>2022-02-23 22:27:11 +0100
commitf5de90e522263ab8586f1e7e09b82387c047d87f (patch)
treebbdc4514956390223fdc9a03397140ec6ee663d8 /core/build.gradle
parent2f3efa5d3383732b52a4d9bf78b1b7502573151f (diff)
downloadAntennaPod-f5de90e522263ab8586f1e7e09b82387c047d87f.zip
Move strings files to their own module
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/build.gradle b/core/build.gradle
index af0e2a7a7..13489f996 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -7,9 +7,8 @@ apply from: "../playFlavor.gradle"
android {
lintOptions {
disable "InvalidPeriodicWorkRequestInterval", "ObsoleteLintCustomCheck", "DefaultLocale", "UnusedAttribute",
- "ParcelClassLoader", "Typos", "ExtraTranslation", "ImpliedQuantity", "CheckResult",
- "PluralsCandidate", "UnusedQuantity", "StringFormatCount", "TrustAllX509TrustManager",
- "StaticFieldLeak", "TypographyEllipsis", "IconDensities", "IconDuplicates"
+ "ParcelClassLoader", "CheckResult", "TrustAllX509TrustManager",
+ "StaticFieldLeak", "IconDensities", "IconDuplicates"
}
defaultConfig {
@@ -33,6 +32,7 @@ dependencies {
implementation project(':playback:cast')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')
+ implementation project(':ui:i18n')
implementation project(':ui:png-icons')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"