We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4660de3 commit 9e7993fCopy full SHA for 9e7993f
1 file changed
play-services-core/build.gradle
@@ -220,5 +220,6 @@ if (file('user.gradle').exists()) {
220
android.applicationVariants.all { variant ->
221
variant.outputs.each { output ->
222
output.outputFileName = variant.applicationId + "-" + variant.versionCode + variant.versionName.substring(version.length()) + ".apk"
223
+ println("APK IN: ${output.outputFileName}")
224
}
225
0 commit comments