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