Skip to content

Commit

Permalink
Add version to aar output
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 26, 2021
1 parent dfe3fa7 commit 8c64be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
versionCode 100
versionName "${project.version}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "${libName}")
setProperty("archivesBaseName", "${libName}-${project.version}")
}

compileOptions {
Expand Down

0 comments on commit 8c64be8

Please sign in to comment.