diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-17 18:43:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 18:43:55 +0100 |
commit | 0cbd97b5cbffa5ba1b2458a2b33248e98a376d7e (patch) | |
tree | b1967d54efbcc71bc07bd8ef40f0d371c8b0f292 /ui/widget | |
parent | 17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2 (diff) | |
download | AntennaPod-0cbd97b5cbffa5ba1b2458a2b33248e98a376d7e.zip |
Move theme to :ui:common module (#6997)
This enables creating Activities outside the app and core modules
Diffstat (limited to 'ui/widget')
-rw-r--r-- | ui/widget/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/widget/build.gradle b/ui/widget/build.gradle index f474b0028..2488054a6 100644 --- a/ui/widget/build.gradle +++ b/ui/widget/build.gradle @@ -13,5 +13,7 @@ android { } dependencies { + implementation project(":ui:common") + annotationProcessor "androidx.annotation:annotation:$annotationVersion" } |