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 f23b24c commit 56aad2cCopy full SHA for 56aad2c
core/build.gradle
@@ -24,7 +24,7 @@ android {
24
// Rename the artifact to core-<version>.aar, required since gradle 7
25
libraryVariants.all { variant ->
26
variant.outputs.all { output ->
27
- outputFileName = "${archivesBaseName}-${defaultConfig.versionName}.aar"
+ outputFileName = "${archivesBaseName}-${version}.aar"
28
}
29
30
0 commit comments