summaryrefslogtreecommitdiff
path: root/event/build.gradle
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2023-10-17 14:52:21 -0400
committerGitHub <noreply@github.com>2023-10-17 20:52:21 +0200
commite9d190da1b925a48df0e88466c3661e4d3d07cf0 (patch)
tree04160b0e9ea457a50b87f22b82a9574bf49185f5 /event/build.gradle
parent77483913d40e2fdaaa0a554e98ea8d7b2c541c9d (diff)
downloadAntennaPod-e9d190da1b925a48df0e88466c3661e4d3d07cf0.zip
Bump AGP and Gradle (#6489)
Diffstat (limited to 'event/build.gradle')
-rw-r--r--event/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/event/build.gradle b/event/build.gradle
index b1efac85d..bd90d1036 100644
--- a/event/build.gradle
+++ b/event/build.gradle
@@ -3,6 +3,10 @@ plugins {
}
apply from: "../common.gradle"
+android {
+ namespace "de.danoeh.antennapod.event"
+}
+
dependencies {
implementation project(':model')
implementation "androidx.core:core:$coreVersion"