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.
2 parents 5d3cc88 + 67ccbf6 commit b5a4b33Copy full SHA for b5a4b33
test-app/app/build.gradle
@@ -317,7 +317,7 @@ android {
317
task = variant.getMergeAssets()
318
}
319
for (File file : task.getOutputs().getFiles()) {
320
- if (!file.getPath().contains("/incremental/")) {
+ if (!file.getPath().contains("${File.separator}incremental${File.separator}")) {
321
project.ext.mergedAssetsOutputPath = file.getPath()
322
break;
323
0 commit comments