Skip to content

Commit ec4812d

Browse files
committed
Updated Gradle file to use provided google-services
1 parent 016bea2 commit ec4812d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/apksize/apksize.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ task uploadMeasurements(type: UploadMeasurementsTask) {
5959
uploader = "https://storage.googleapis.com/firebase-engprod-metrics/upload_tool.jar"
6060
}
6161

62-
apply plugin: "com.google.gms.google-services"
62+
// ==========================================================================
63+
// Copy from here down if you want to use the google-services plugin in your
64+
// androidTest integration tests.
65+
// ==========================================================================
66+
ext.packageName = "com.google.apksize"
67+
apply from: '../../gradle/googleServices.gradle'

0 commit comments

Comments
 (0)