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 a8560e8 commit db84462Copy full SHA for db84462
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