build.gradle 🔗
@@ -17,7 +17,7 @@ allprojects {
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
jcenter()
Sam Whited created
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -17,7 +17,7 @@ allprojects {
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
jcenter()