diff options
Diffstat (limited to 'event/build.gradle')
-rw-r--r-- | event/build.gradle | 4 |
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 { |