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 9d284f6 commit 2f599c0Copy full SHA for 2f599c0
build.gradle
@@ -66,6 +66,6 @@ task distributeRelease {
66
}
67
68
afterEvaluate {
69
- assembleDebug.finalizedBy distributeDebug
70
- assembleRelease.finalizedBy distributeRelease
+ bundleLibraryDebug.finalizedBy distributeDebug
+ bundleLibraryRelease.finalizedBy distributeRelease
71
0 commit comments