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 a8560e8 + db84462 commit 0e204e3Copy full SHA for 0e204e3
1 file changed
runtime/build.gradle
@@ -452,7 +452,7 @@ def createPackageConfigFileTask(taskName) {
452
}
453
454
doFirst {
455
- def pathToAAR = "${buildDir}/outputs/aar/runtime-${mode}.aar"
+ def pathToAAR = "${buildDir}/outputs/aar/${project.archivesBaseName}-${mode}.aar"
456
457
if (new File(pathToAAR).exists()) {
458
def isWinOs = System.properties['os.name'].toLowerCase().contains('windows')
0 commit comments