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 5d3cc88 commit 67ccbf6Copy full SHA for 67ccbf6
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