We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c51792 commit 8948c23Copy full SHA for 8948c23
vendor/gradle-app/app/build.gradle
@@ -1134,10 +1134,11 @@ tasks.configureEach({ DefaultTask currentTask ->
1134
currentTask.dependsOn(buildMetadata)
1135
}
1136
1137
-// // ensure buildMetadata is done before R8 to allow custom proguard from metadata
1138
- if (currentTask =~ /minify.*WithR8/) {
+ // ensure buildMetadata is done before R8 to allow custom proguard from metadata
+ if (currentTask =~ /minify(Debug|Release)WithR8/) {
1139
buildMetadata.finalizedBy(currentTask)
1140
1141
+
1142
if (currentTask =~ /assemble.*Debug/ || currentTask =~ /assemble.*Release/) {
1143
currentTask.finalizedBy("validateAppIdMatch")
1144
0 commit comments