summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-02-13 13:33:26 +0100
committerGitHub <noreply@github.com>2021-02-13 13:33:26 +0100
commit1a803fcbf811489522d286a12e6b4d833f8eb7f3 (patch)
tree3c34bd6af92ba87a794e2f4eb1e6a5b15a8a8ee2 /app/build.gradle
parent87b149b7647d61f52a57f67a2519e248bf1e7880 (diff)
parent010ed376cd4b8935736dec6a3be052f93ed18b20 (diff)
downloadAntennaPod-1a803fcbf811489522d286a12e6b4d833f8eb7f3.zip
Merge pull request #4926 from ByteHamster/move-basic-views
Move basic views to new 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 bc918ab3f..6a6e097c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -165,6 +165,7 @@ dependencies {
System.out.println("app: free build hack, skipping some dependencies")
}
implementation project(':ui:app-start-intent')
+ implementation project(':ui:common')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"