diff options
author | ByteHamster <info@bytehamster.com> | 2022-02-22 23:43:03 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-02-23 22:27:11 +0100 |
commit | f5de90e522263ab8586f1e7e09b82387c047d87f (patch) | |
tree | bbdc4514956390223fdc9a03397140ec6ee663d8 /app | |
parent | 2f3efa5d3383732b52a4d9bf78b1b7502573151f (diff) | |
download | AntennaPod-f5de90e522263ab8586f1e7e09b82387c047d87f.zip |
Move strings files to their own module
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 1 |
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" |