Skip to content

Commit 047951b

Browse files
committed
chore: another android gradle rule...
1 parent 94b41aa commit 047951b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vendor/gradle-app/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ project.tasks.configureEach {
10251025
name =~ /checkBenchmark(Debug|Release)DuplicateClasses/ ||
10261026
name =~ /processBenchmark(Debug|Release)JavaRes/ ||
10271027
name =~ /mergeBenchmark(Debug|Release)JavaResource/ ||
1028+
name =~ /transform(Debug|Release)ClassesWithAsm/ ||
10281029
// because of sentry plugin. There must be a better way
10291030
name =~ /collectExternal(Debug|Release)/ ||
10301031
name =~ /generateSentry(Debug|Release)/

0 commit comments

Comments
 (0)