summaryrefslogtreecommitdiff
path: root/event/build.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2022-02-09 11:28:40 -0500
committerTacoTheDank <SkytkRSfan3895@gmail.com>2022-02-09 11:28:40 -0500
commit87067af96563032ee4f90bf041f7e14207585614 (patch)
treedfb0431f6be644614dc05f56af1b5a6466c88a00 /event/build.gradle
parent28432b5629b930790be2531e38714f21589816ae (diff)
downloadAntennaPod-87067af96563032ee4f90bf041f7e14207585614.zip
Fix some gradle deprecations
Diffstat (limited to 'event/build.gradle')
-rw-r--r--event/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/event/build.gradle b/event/build.gradle
index c852c0351..033fc5a3c 100644
--- a/event/build.gradle
+++ b/event/build.gradle
@@ -1,4 +1,6 @@
-apply plugin: "com.android.library"
+plugins {
+ id("com.android.library")
+}
apply from: "../common.gradle"
dependencies {