From 645c438e8ec6d502edfcafae748fa214e6d3a096 Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Fri, 27 Oct 2017 21:57:39 +0100 Subject: [PATCH] Updated compile for Android Gradle plugin 3 As of v3 of the Gradle plugin compile is now implementation --- appengine/static/iframe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/static/iframe.html b/appengine/static/iframe.html index 71d1fa3..c87bf8a 100644 --- a/appengine/static/iframe.html +++ b/appengine/static/iframe.html @@ -50,7 +50,7 @@
 dependencies {
-    compile '...'
+    implementation '...'
 }
 
Powered by Gradle, please