diff options
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 37d59089..9139a6ae 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { } } -apply plugin: 'android' +apply plugin: 'com.android.application' repositories { jcenter() |