Use full URI for android application Gradle plugin

Sam Whited created

Change summary

build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

build.gradle 🔗

@@ -17,7 +17,7 @@ allprojects {
 	}
 }
 
-apply plugin: 'android'
+apply plugin: 'com.android.application'
 
 repositories {
 	jcenter()