summaryrefslogtreecommitdiff
path: root/app/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 /app/build.gradle
parent2f3efa5d3383732b52a4d9bf78b1b7502573151f (diff)
downloadAntennaPod-f5de90e522263ab8586f1e7e09b82387c047d87f.zip
Move strings files to their own module
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7b324e878..40759dd56 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -120,6 +120,7 @@ dependencies {
implementation project(':playback:cast')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')
+ implementation project(':ui:i18n')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"