summaryrefslogtreecommitdiff
path: root/core
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 /core
parent28432b5629b930790be2531e38714f21589816ae (diff)
downloadantennapod-87067af96563032ee4f90bf041f7e14207585614.zip
Fix some gradle deprecations
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 700487701..af0e2a7a7 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -1,4 +1,6 @@
-apply plugin: "com.android.library"
+plugins {
+ id("com.android.library")
+}
apply from: "../common.gradle"
apply from: "../playFlavor.gradle"