classpath 'com.android.tools.build:gradle:7.1.2'
assembleRelease task can not generate apk file in /app/outputs,
If execute bundleRelease ,The bundle file can be generated under the directory as expected;
if change to 7.0.4, everything works fine.
classpath 'com.android.tools.build:gradle:7.0.4'
Is this a feature of this version or a bug?